summaryrefslogtreecommitdiff
path: root/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gfx.h b/gfx.h
index 2928bcc4c..44111da1e 100644
--- a/gfx.h
+++ b/gfx.h
@@ -104,11 +104,6 @@ VARDEF int _pal_last_dirty;
VARDEF bool _use_dos_palette;
-/* spritecache.c */
-//enum { NUM_SPRITES = 0x1320 };
-//enum { NUM_SPRITES = 0x1500 };
-enum { NUM_SPRITES = 0x3500 }; // 1500 + space for custom GRF sets
-
typedef struct Colour {
byte r;
byte g;