spritecache.h
changeset 2014 0230ed9186bc
parent 1361 10d9b95e7a81
child 2123 a273f80580bd
--- a/spritecache.h	Tue Jul 05 17:47:10 2005 +0000
+++ b/spritecache.h	Tue Jul 05 19:54:35 2005 +0000
@@ -9,7 +9,6 @@
 	int16 y_offs;
 	byte data[VARARRAY_SIZE];
 } Sprite;
-assert_compile(sizeof(Sprite) == 8);
 
 typedef struct {
 	int xoffs, yoffs;