1
0
Fork 0

(svn r16103) -Fix (r11429): missing const

release/1.0
smatz 2009-04-20 21:30:34 +00:00
parent 9a56844b67
commit dff3e1d035
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ StringIDToGRFIDMapping _string_to_grf_mapping;
StringID MapGRFStringID(uint32 grfid, StringID str) StringID MapGRFStringID(uint32 grfid, StringID str)
{ {
/* StringID table for TextIDs 0x4E->0x6D */ /* StringID table for TextIDs 0x4E->0x6D */
static StringID units_volume[] = { static const StringID units_volume[] = {
STR_NOTHING, STR_PASSENGERS, STR_TONS, STR_BAGS, STR_NOTHING, STR_PASSENGERS, STR_TONS, STR_BAGS,
STR_LITERS, STR_ITEMS, STR_CRATES, STR_TONS, STR_LITERS, STR_ITEMS, STR_CRATES, STR_TONS,
STR_TONS, STR_TONS, STR_TONS, STR_BAGS, STR_TONS, STR_TONS, STR_TONS, STR_BAGS,