forked from mirror/OpenTTD
(svn r17534) -Codechange: unify the naming of callback masks/flags
This commit is contained in:
@@ -44,7 +44,7 @@ struct CargoSpec {
|
||||
bool is_freight;
|
||||
TownEffect town_effect; ///< The effect this cargo type has on towns
|
||||
uint16 multipliertowngrowth;
|
||||
uint8 callback_mask;
|
||||
uint8 callback_mask; ///< Bitmask of cargo callbacks that have to be called
|
||||
|
||||
StringID name;
|
||||
StringID name_single;
|
||||
|
Reference in New Issue
Block a user