spritecache.h
changeset 1356 291c2802243f
parent 1352 5880ab4de192
child 1357 a5acbb1f20fe
--- 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);