summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
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/newgrf.cpp
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/newgrf.cpp')
-rw-r--r--src/newgrf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index d1352d02e..ef13e5545 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -3019,7 +3019,7 @@ static ChangeInfoResult CargoChangeInfo(uint cid, int numinfo, int prop, ByteRea
}
case 0x19: // Town growth coefficient
- cs->multipliertowngrowth = buf->ReadWord();
+ buf->ReadWord();
break;
case 0x1A: // Bitmask of callbacks to use