(svn r10606) -Fix (r8826): plural and single cargo names were mixed up.

This commit is contained in:
peter1138
2007-07-17 20:32:27 +00:00
parent 524e306650
commit bcc93b45bc
2 changed files with 4 additions and 4 deletions

View File

@@ -33,8 +33,8 @@ struct CargoSpec {
uint16 multipliertowngrowth;
uint8 callback_mask;
StringID name;
StringID name_plural;
StringID name;
StringID units_volume;
StringID quantifier;
StringID abbrev;