src/table/industry_land.h
branchcpp_gui
changeset 6298 c30fe89622df
parent 6268 4b5241e5dd10
child 6303 84c215fc8eb8
--- a/src/table/industry_land.h	Sat Mar 10 11:07:13 2007 +0000
+++ b/src/table/industry_land.h	Sun Mar 11 16:31:18 2007 +0000
@@ -1,17 +1,17 @@
 /* $Id$ */
 
-typedef struct DrawIndustrySpec1Struct {
+struct DrawIndustrySpec1Struct {
 	byte x;
 	byte image_1;
 	byte image_2;
 	byte image_3;
-} DrawIndustrySpec1Struct;
+};
 
-typedef struct DrawIndustrySpec4Struct {
+struct DrawIndustrySpec4Struct {
 	byte image_1;
 	byte image_2;
 	byte image_3;
-} DrawIndustrySpec4Struct;
+};
 
 #define M(s1, p1, s2, p2, sx, sy, w, h, dz, p) { { s1, p1 }, { s2, p2 }, sx, sy, w - 1, h - 1, dz, p }