summaryrefslogtreecommitdiff
path: root/src/cargotype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cargotype.h')
-rw-r--r--src/cargotype.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/cargotype.h b/src/cargotype.h
index 8f00ef4cd..67b63e3dd 100644
--- a/src/cargotype.h
+++ b/src/cargotype.h
@@ -7,7 +7,7 @@
#include "cargo_type.h"
#include "gfx_type.h"
-#include "strings_type.h"
+#include "newgrf_string_type.h"
typedef uint32 CargoLabel;
@@ -36,11 +36,11 @@ struct CargoSpec {
uint16 multipliertowngrowth;
uint8 callback_mask;
- StringID name;
- StringID name_single;
- StringID units_volume;
- StringID quantifier;
- StringID abbrev;
+ GRFMappedStringID name;
+ GRFMappedStringID name_single;
+ GRFMappedStringID units_volume;
+ GRFMappedStringID quantifier;
+ GRFMappedStringID abbrev;
SpriteID sprite;