src/variables.h
changeset 6454 ad53226c2027
parent 6427 7dc1012757d8
child 6486 7d2ae0a167fb
--- a/src/variables.h	Thu Apr 12 13:07:15 2007 +0000
+++ b/src/variables.h	Thu Apr 12 17:24:34 2007 +0000
@@ -225,6 +225,9 @@
 
 	uint8 scrollwheel_scrolling;
 	uint8 scrollwheel_multiplier;
+
+	uint8 town_growth_rate; ///< Town growth rate
+	uint8 larger_towns;     ///< 1 in the specified number of towns will grow twice as fast
 };
 
 VARDEF Patches _patches;