src/variables.h
changeset 7073 72dc5a55e16b
parent 7067 ea55b6046015
child 7120 e31767effc16
--- a/src/variables.h	Sat May 05 10:47:35 2007 +0000
+++ b/src/variables.h	Sat May 05 23:21:49 2007 +0000
@@ -232,7 +232,7 @@
 
 	bool pause_on_newgame;   ///< Whether to start new games paused or not.
 
-	TownLayout town_layout;  ///< Select town layout
+	TownLayoutByte town_layout;  ///< Select town layout
 };
 
 VARDEF Patches _patches;