(svn r16921) -Codechange: make it more clear what strings are related to road vehicles; only ROAD isn't always enough. Also unify the way of writing it.

This commit is contained in:
rubidium
2009-07-22 22:44:56 +00:00
parent 04ee98df52
commit 01eabc5f4c
65 changed files with 6394 additions and 6398 deletions

View File

@@ -23,7 +23,7 @@ StringID RemapOldStringID(StringID s)
case 0x70E4: return SPECSTR_PLAYERNAME_ENGLISH;
case 0x70E9: return SPECSTR_PLAYERNAME_ENGLISH;
case 0x8864: return STR_SV_TRAIN_NAME;
case 0x902B: return STR_SV_ROADVEH_NAME;
case 0x902B: return STR_SV_ROAD_VEHICLE_NAME;
case 0x9830: return STR_SV_SHIP_NAME;
case 0xA02F: return STR_SV_AIRCRAFT_NAME;