(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

This commit is contained in:
tron
2005-07-05 19:54:35 +00:00
parent b29556e6b5
commit a06b2fdc44
3 changed files with 36 additions and 74 deletions

View File

@@ -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;