summaryrefslogtreecommitdiff
path: root/spritecache.c
diff options
context:
space:
mode:
Diffstat (limited to 'spritecache.c')
-rw-r--r--spritecache.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/spritecache.c b/spritecache.c
index 519e24aff..34c4f3d67 100644
--- a/spritecache.c
+++ b/spritecache.c
@@ -54,6 +54,8 @@ static uint16 _sprite_xsize[NUM_SPRITES];
static uint8 _sprite_ysize[NUM_SPRITES];
#endif
+bool _cache_sprites;
+
typedef struct MemBlock {
uint32 size;
byte data[VARARRAY_SIZE];