src/table/town_land.h
changeset 6248 e4a2ed7e5613
parent 5669 631901f52707
child 6332 f3f436dcd7d0
--- a/src/table/town_land.h	Wed Mar 07 11:47:46 2007 +0000
+++ b/src/table/town_land.h	Wed Mar 07 12:11:48 2007 +0000
@@ -2017,9 +2017,9 @@
 assert_compile(lengthof(_housetype_remove_ratingmod) == HOUSE_MAX);
 
 
-typedef struct {
+struct HousetypeYear {
 	Year min, max;
-} HousetypeYear;
+};
 
 static const HousetypeYear _housetype_years[] = {
 	{ 1963, MAX_YEAR },