src/table/unmovable_land.h
branchgamebalance
changeset 9895 7bd07f43b0e3
parent 5983 8fb0a46d60b8
child 6878 7d1ff2f621c7
child 9064 de16e6400927
--- a/src/table/unmovable_land.h	Mon Mar 19 09:33:17 2007 +0000
+++ b/src/table/unmovable_land.h	Mon Mar 19 12:38:16 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 }