src/table/water_land.h
branchcpp_gui
changeset 6298 c30fe89622df
parent 5920 16287dbdc64e
child 6719 4cc327ad39d5
--- a/src/table/water_land.h	Sat Mar 10 11:07:13 2007 +0000
+++ b/src/table/water_land.h	Sun Mar 11 16:31:18 2007 +0000
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-typedef struct WaterDrawTileStruct {
+struct WaterDrawTileStruct {
 	byte delta_x;
 	byte delta_y;
 	byte delta_z;
@@ -8,7 +8,7 @@
 	byte height;
 	byte unk;
 	SpriteID image;
-} WaterDrawTileStruct;
+};
 
 #define BEGIN(image) { 0, 0, 0, 0, 0, 0, image }
 #define END(y) { 0x80, y, 0, 0, 0, 0, 0 }