(svn r8849) -Codechange: Replace hardcoded global/climate cargo mapping tables with dynamically generated data. Change associated code to use new functions.
This commit is contained in:
@@ -52,9 +52,4 @@ enum GlobalCargo {
|
||||
NUM_GLOBAL_CID = 32
|
||||
};
|
||||
|
||||
extern const CargoID _global_cargo_id[NUM_LANDSCAPE][NUM_CARGO];
|
||||
extern const uint32 _landscape_global_cargo_mask[NUM_LANDSCAPE];
|
||||
extern const CargoID _local_cargo_id_ctype[NUM_GLOBAL_CID];
|
||||
extern const uint32 cargo_classes[16];
|
||||
|
||||
#endif /* NEWGRF_CARGO_H */
|
||||
|
||||
Reference in New Issue
Block a user