src/variables.h
changeset 6454 ad53226c2027
parent 6427 7dc1012757d8
child 6486 7d2ae0a167fb
equal deleted inserted replaced
6453:226bcddeba32 6454:ad53226c2027
   223 	/** YAPF settings */
   223 	/** YAPF settings */
   224 	YapfSettings  yapf;
   224 	YapfSettings  yapf;
   225 
   225 
   226 	uint8 scrollwheel_scrolling;
   226 	uint8 scrollwheel_scrolling;
   227 	uint8 scrollwheel_multiplier;
   227 	uint8 scrollwheel_multiplier;
       
   228 
       
   229 	uint8 town_growth_rate; ///< Town growth rate
       
   230 	uint8 larger_towns;     ///< 1 in the specified number of towns will grow twice as fast
   228 };
   231 };
   229 
   232 
   230 VARDEF Patches _patches;
   233 VARDEF Patches _patches;
   231 
   234 
   232 
   235