(svn r16930) -Codechange: more StringID name unification and grouping

This commit is contained in:
rubidium
2009-07-23 19:31:50 +00:00
parent 20c1e42be1
commit e9bc557b2a
68 changed files with 822 additions and 912 deletions

View File

@@ -59,7 +59,7 @@ void DrawRoadVehDetails(const Vehicle *v, int left, int right, int y)
SetDParam(0, i);
SetDParam(1, max_cargo[i]);
GetString(buffer, STR_BARE_CARGO, lastof(buffer));
GetString(buffer, STR_JUST_CARGO, lastof(buffer));
if (!first) strecat(capacity, ", ", lastof(capacity));
strecat(capacity, buffer, lastof(capacity));