changeset 2766 | 7658ddad65b9 |
parent 2625 | 66b3d632dcd2 |
child 3501 | cf7d2c33e7fc |
2765:b00f2d3d7964 | 2766:7658ddad65b9 |
---|---|
38 |
38 |
39 uint32 param[0x80]; |
39 uint32 param[0x80]; |
40 uint param_end; /// one more than the highest set parameter |
40 uint param_end; /// one more than the highest set parameter |
41 }; |
41 }; |
42 |
42 |
43 extern int _grffile_count; |
|
44 extern GRFFile *_first_grffile; |
43 extern GRFFile *_first_grffile; |
45 |
44 |
46 |
45 |
47 void LoadNewGRF(uint load_index, uint file_index); |
46 void LoadNewGRF(uint load_index, uint file_index); |
48 |
47 |