summaryrefslogtreecommitdiff
path: root/src/cargotype.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2007-07-19 17:28:55 +0000
committerpeter1138 <peter1138@openttd.org>2007-07-19 17:28:55 +0000
commitd93fcea1f8b706349b0e07a565bed871dc047f7b (patch)
tree123916ae2dab9a041057e3f622d66203cd2e7607 /src/cargotype.h
parent58a3b5e60dde6a4906f7334e230638ff69fad1b8 (diff)
downloadopenttd-d93fcea1f8b706349b0e07a565bed871dc047f7b.tar.xz
(svn r10628) -Fix (r10606,FS#1055): Revert r10606 and fix the plural problem another way.
Diffstat (limited to 'src/cargotype.h')
-rw-r--r--src/cargotype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cargotype.h b/src/cargotype.h
index b7a18c8b4..4c0702a6f 100644
--- a/src/cargotype.h
+++ b/src/cargotype.h
@@ -33,8 +33,8 @@ struct CargoSpec {
uint16 multipliertowngrowth;
uint8 callback_mask;
- StringID name_plural;
StringID name;
+ StringID name_single;
StringID units_volume;
StringID quantifier;
StringID abbrev;