src/table/unmovable_land.h
branchcpp_gui
changeset 6298 c30fe89622df
parent 5983 8fb0a46d60b8
child 6878 7d1ff2f621c7
child 9064 de16e6400927
--- a/src/table/unmovable_land.h	Sat Mar 10 11:07:13 2007 +0000
+++ b/src/table/unmovable_land.h	Sun Mar 11 16:31:18 2007 +0000
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-typedef struct DrawTileUnmovableStruct {
+struct DrawTileUnmovableStruct {
 	uint16 image;
 	byte subcoord_x;
 	byte subcoord_y;
@@ -8,7 +8,7 @@
 	byte height;
 	byte z_size;
 	byte unused;
-} DrawTileUnmovableStruct;
+};
 
 #define TILE_SEQ_END() { (byte)0x80, 0, 0, 0, 0, 0, 0, 0 }