summaryrefslogtreecommitdiff
path: root/src/cargotype.h
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/cargotype.h
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/cargotype.h')
-rw-r--r--src/cargotype.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cargotype.h b/src/cargotype.h
index 5ed9ac90e..22c1bf7f5 100644
--- a/src/cargotype.h
+++ b/src/cargotype.h
@@ -66,7 +66,6 @@ struct CargoSpec {
bool is_freight; ///< Cargo type is considered to be freight (affects train freight multiplier).
TownEffect town_effect; ///< The effect that delivering this cargo type has on towns. Also affects destination of subsidies.
- uint16 multipliertowngrowth; ///< Size of the effect.
uint8 callback_mask; ///< Bitmask of cargo callbacks that have to be called
StringID name; ///< Name of this type of cargo.