src/table/tree_land.h
branchgamebalance
changeset 9895 7bd07f43b0e3
parent 5920 16287dbdc64e
child 6308 646711c5feaa
--- a/src/table/tree_land.h	Mon Mar 19 09:33:17 2007 +0000
+++ b/src/table/tree_land.h	Mon Mar 19 12:38:16 2007 +0000
@@ -13,10 +13,10 @@
 static const byte _tree_base_by_landscape[4] = {0, 12, 20, 32};
 static const byte _tree_count_by_landscape[4] = {12, 8, 12, 9};
 
-typedef struct TreePos {
+struct TreePos {
 	uint8 x;
 	uint8 y;
-} TreePos;
+};
 
 static const TreePos _tree_layout_xy[][4] = {
 	{ { 9, 3 }, { 1, 8 }, { 0, 0 }, { 8, 9 } },