(svn r8890) -Codechange: (NewGRF) add cargo translation support to engine var 47

This commit is contained in:
peter1138
2007-02-24 23:20:21 +00:00
parent bee20f6abc
commit bc968d23f1
3 changed files with 26 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ typedef struct GRFFile {
uint8 cargo_max;
CargoLabel *cargo_list;
uint8 cargo_map[NUM_CARGO];
} GRFFile;
extern GRFFile *_first_grffile;