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:

committed by
GitHub

parent
cf16f452da
commit
fc58ed9987
@@ -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
|
||||
|
Reference in New Issue
Block a user