newgrf.c
changeset 1542 62a03537ad0b
parent 1477 9389baf2bf3c
child 1606 d15a9fdea49e
equal deleted inserted replaced
1541:88d76661a786 1542:62a03537ad0b
    29 GRFFile *_cur_grffile;
    29 GRFFile *_cur_grffile;
    30 GRFFile *_first_grffile;
    30 GRFFile *_first_grffile;
    31 int _grffile_count;
    31 int _grffile_count;
    32 static int _cur_spriteid;
    32 static int _cur_spriteid;
    33 static int _cur_stage;
    33 static int _cur_stage;
    34 extern int _custom_sprites_base;
    34 extern uint16 _custom_sprites_base;
    35 
    35 
    36 static int32 _paramlist[0x7f];
    36 static int32 _paramlist[0x7f];
    37 static int _param_max;
    37 static int _param_max;
    38 
    38 
    39 /* 32 * 8 = 256 flags. Apparently TTDPatch uses this many.. */
    39 /* 32 * 8 = 256 flags. Apparently TTDPatch uses this many.. */