author | tron |
Fri, 11 Feb 2005 15:18:09 +0000 | |
changeset 1356 | fd5b13fafff3 |
parent 1355 | fbb8ffafb25a |
child 1357 | 0a4c07b68673 |
spritecache.h | file | annotate | diff | comparison | revisions |
--- a/spritecache.h Fri Feb 11 14:33:43 2005 +0000 +++ b/spritecache.h Fri Feb 11 15:18:09 2005 +0000 @@ -4,9 +4,9 @@ typedef struct Sprite { byte info; byte height; - uint16 width; // LE! - int16 x_offs; // LE! - int16 y_offs; // LE! + uint16 width; + int16 x_offs; + int16 y_offs; byte data[VARARRAY_SIZE]; } Sprite; assert_compile(sizeof(Sprite) == 8);