Use a std::deque for GRF strings
commit06ac679a4b0cb8d9e3f7a613d6efa157668483f7
authorcirdan <cirdansw@gmail.com>
Thu, 16 Nov 2017 20:39:10 +0000 (16 21:39 +0100)
committercirdan <cirdansw@gmail.com>
Thu, 16 Nov 2017 20:39:10 +0000 (16 21:39 +0100)
tree891dce7732add76e0de209617c486cce85b2905b
parentf552b90378524011c6e3b8232c56ccb24fae13e9
Use a std::deque for GRF strings

This reduces bss size by 8MB.

   text   data       bss       dec      hex  filename
6234908  71888  12406896  18713692  11d8c5c  bin/openttd (before)
6237733  71888   4018320  10327941   9d9785  bin/openttd (after)
src/newgrf_text.cpp