src/sprite.h
branchNewGRF_ports
changeset 6870 ca3fd1fbe311
parent 6743 cabfaa4a0295
child 6872 1c4a4a609f85
child 8609 8c0c3e9dd6a0
--- a/src/sprite.h	Thu Sep 06 19:42:48 2007 +0000
+++ b/src/sprite.h	Sat Oct 06 21:16:00 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.*/
 };