summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorJonathan G Rennison <j.g.rennison@gmail.com>2021-11-16 22:48:21 +0000
committerGitHub <noreply@github.com>2021-11-16 22:48:21 +0000
commitfc58ed9987a24785213a24c8c5d27f3b39c156ae (patch)
treed722376206bff3d705bf1663f35bb075a695d430 /src/table
parentcf16f452da6d1cc8d4777ea4021d0c29b5679835 (diff)
downloadopenttd-fc58ed9987a24785213a24c8c5d27f3b39c156ae.tar.xz
Codechange: Remove CargoSpec::multipliertowngrowth which is unused (#9701)
This is set by cargo property 19. This property is only implemented in TTDPatch.
Diffstat (limited to 'src/table')
-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}