(svn r9994) -Codechange: Add pointers for Industry and Industry Tiles in the grf file.

This commit is contained in:
belugas
2007-05-31 03:35:11 +00:00
parent eab80301fc
commit 311b04e87a
2 changed files with 41 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
#include "newgrf_config.h"
#include "helpers.hpp"
#include "cargotype.h"
#include "industry.h"
enum GrfLoadingStage {
GLS_FILESCAN,
@@ -69,6 +70,8 @@ struct GRFFile {
StationSpec **stations;
HouseSpec **housespec;
IndustrySpec **industryspec;
IndustryTileSpec **indtspec;
uint32 param[0x80];
uint param_end; ///< one more than the highest set parameter