equal
deleted
inserted
replaced
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; |