summaryrefslogtreecommitdiff
path: root/spritecache.h
diff options
context:
space:
mode:
Diffstat (limited to 'spritecache.h')
-rw-r--r--spritecache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/spritecache.h b/spritecache.h
index 70acb2d39..64c4ce51d 100644
--- a/spritecache.h
+++ b/spritecache.h
@@ -9,7 +9,6 @@ typedef struct Sprite {
int16 y_offs;
byte data[VARARRAY_SIZE];
} Sprite;
-assert_compile(sizeof(Sprite) == 8);
typedef struct {
int xoffs, yoffs;