newgrf.c
changeset 478 3a161108a15d
parent 455 b151d55203bf
child 489 a419f732c8ef
equal deleted inserted replaced
477:aeaff3e5abc0 478:3a161108a15d
    24 extern int _replace_sprites_count[16];
    24 extern int _replace_sprites_count[16];
    25 extern int _replace_sprites_offset[16];
    25 extern int _replace_sprites_offset[16];
    26 extern int _traininfo_vehicle_pitch;
    26 extern int _traininfo_vehicle_pitch;
    27 
    27 
    28 struct GRFFile *_cur_grffile, *_first_grffile;
    28 struct GRFFile *_cur_grffile, *_first_grffile;
       
    29 int _grffile_count;
    29 static int _cur_spriteid;
    30 static int _cur_spriteid;
    30 static int _cur_stage;
    31 static int _cur_stage;
    31 extern int _custom_sprites_base;
    32 extern int _custom_sprites_base;
    32 
    33 
    33 static int32 _paramlist[0x7f];
    34 static int32 _paramlist[0x7f];