src/sprite.h
changeset 7606 0e7c419b34e6
parent 7318 632cd0497770
child 8113 31b7784db761
--- a/src/sprite.h	Wed Sep 19 18:55:26 2007 +0000
+++ b/src/sprite.h	Thu Sep 20 19:21:01 2007 +0000
@@ -34,10 +34,10 @@
 struct DrawBuildingsTileStruct {
 	PalSpriteID ground;
 	PalSpriteID building;
-	byte subtile_x:4;
-	byte subtile_y:4;
-	byte width:4;
-	byte height:4;
+	byte subtile_x;
+	byte subtile_y;
+	byte width;
+	byte height;
 	byte dz;
 	byte draw_proc;  /* this allows to specify a special drawing procedure.*/
 };