summaryrefslogtreecommitdiff
path: root/spritecache.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-05 19:54:35 +0000
committertron <tron@openttd.org>2005-07-05 19:54:35 +0000
commit784420e706d2a3a17a1f7b411016465f6907f8a8 (patch)
tree52d7739d555b6d04e4649b8726c250c3f6464b6b /spritecache.h
parent53e58e8bdb523b8223c5248f5b51582d188b2698 (diff)
downloadopenttd-784420e706d2a3a17a1f7b411016465f6907f8a8.tar.xz
(svn r2522) Reorganize sprite load and decompression in order to remove a special case from the sprite blitter, which decompressed certain sprites every time when blitting them
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;