spritecache.c
changeset 2123 a273f80580bd
parent 2028 d7686f53adf2
child 2142 c7c0c9d40e50
equal deleted inserted replaced
2122:fa79f4b23d2c 2123:a273f80580bd
    51 static int8 _sprite_xoffs[NUM_SPRITES];
    51 static int8 _sprite_xoffs[NUM_SPRITES];
    52 static int8 _sprite_yoffs[NUM_SPRITES];
    52 static int8 _sprite_yoffs[NUM_SPRITES];
    53 static uint16 _sprite_xsize[NUM_SPRITES];
    53 static uint16 _sprite_xsize[NUM_SPRITES];
    54 static uint8 _sprite_ysize[NUM_SPRITES];
    54 static uint8 _sprite_ysize[NUM_SPRITES];
    55 #endif
    55 #endif
       
    56 
       
    57 bool _cache_sprites;
    56 
    58 
    57 typedef struct MemBlock {
    59 typedef struct MemBlock {
    58 	uint32 size;
    60 	uint32 size;
    59 	byte data[VARARRAY_SIZE];
    61 	byte data[VARARRAY_SIZE];
    60 } MemBlock;
    62 } MemBlock;