Codechange: Remove CargoSpec::multipliertowngrowth which is unused (#9701)

This is set by cargo property 19.
This property is only implemented in TTDPatch.
This commit is contained in:
Jonathan G Rennison
2021-11-16 22:48:21 +00:00
committed by GitHub
parent cf16f452da
commit fc58ed9987
3 changed files with 2 additions and 3 deletions

View File

@@ -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