(svn r8890) -Codechange: (NewGRF) add cargo translation support to engine var 47
This commit is contained in:
@@ -64,6 +64,7 @@ typedef struct GRFFile {
|
||||
|
||||
uint8 cargo_max;
|
||||
CargoLabel *cargo_list;
|
||||
uint8 cargo_map[NUM_CARGO];
|
||||
} GRFFile;
|
||||
|
||||
extern GRFFile *_first_grffile;
|
||||
|
Reference in New Issue
Block a user