summaryrefslogtreecommitdiff
path: root/src/table/cargo_const.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/cargo_const.h')
-rw-r--r--src/table/cargo_const.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/cargo_const.h b/src/table/cargo_const.h
index bb6f811a9..8fffc8e80 100644
--- a/src/table/cargo_const.h
+++ b/src/table/cargo_const.h
@@ -44,7 +44,7 @@
* @param classes Classes of this cargo type. @see CargoClass
*/
#define MK(bt, label, colour, weight, mult, ip, td1, td2, freight, te, str_plural, str_singular, str_volume, classes) \
- {bt, label, colour, colour, weight, mult, ip, {td1, td2}, freight, te, 0, 0, \
+ {bt, label, colour, colour, weight, mult, ip, {td1, td2}, freight, te, 0, \
MK_STR_CARGO_PLURAL(str_plural), MK_STR_CARGO_SINGULAR(str_singular), str_volume, MK_STR_QUANTITY(str_plural), MK_STR_ABBREV(str_plural), \
MK_SPRITE(str_plural), classes, nullptr, nullptr, 0}