forked from mirror/OpenTTD
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
@@ -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.
|
||||
|
Reference in New Issue
Block a user