File diff r2203:ad7839082e5a → r2204:4670311b130c
newgrf.c
Show inline comments
 
@@ -32,13 +32,12 @@ extern int _traininfo_vehicle_pitch;
 

	
 
GRFFile *_cur_grffile;
 
GRFFile *_first_grffile;
 
int _grffile_count;
 
static int _cur_spriteid;
 
static int _cur_stage;
 
extern uint16 _custom_sprites_base;
 

	
 
static int32 _paramlist[0x7f];
 
static int _param_max;
 

	
 
/* 32 * 8 = 256 flags. Apparently TTDPatch uses this many.. */
 
static uint32 _ttdpatch_flags[8];