(svn r9411) -Codechange: Add support for loading of newcargo data.

This commit is contained in:
peter1138
2007-03-22 23:19:40 +00:00
parent ff9bbf6bc3
commit 4d81a464e2
6 changed files with 231 additions and 29 deletions

View File

@@ -31,7 +31,7 @@ struct CargoSpec {
bool is_freight;
TownEffect town_effect; ///< The effect this cargo type has on towns
uint16 multipliertowngrowth;
uint8 callbackflags;
uint8 callback_mask;
StringID name;
StringID name_plural;
@@ -48,6 +48,7 @@ struct CargoSpec {
extern uint32 _cargo_mask;
extern CargoSpec _cargo[NUM_CARGO];
/* Set up the default cargo types for the given landscape type */