src/table/tree_land.h
changeset 6248 e4a2ed7e5613
parent 5669 631901f52707
child 6491 00dc414c909d
--- a/src/table/tree_land.h	Wed Mar 07 11:47:46 2007 +0000
+++ b/src/table/tree_land.h	Wed Mar 07 12:11:48 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 } },