src/variables.h
branchnoai
changeset 9599 949374e83b78
parent 9574 698395509d12
child 9601 b499fdd106d5
equal deleted inserted replaced
9598:b73018a5ffc0 9599:949374e83b78
   222 	/** YAPF settings */
   222 	/** YAPF settings */
   223 	YapfSettings  yapf;
   223 	YapfSettings  yapf;
   224 
   224 
   225 	uint8 scrollwheel_scrolling;
   225 	uint8 scrollwheel_scrolling;
   226 	uint8 scrollwheel_multiplier;
   226 	uint8 scrollwheel_multiplier;
       
   227 
       
   228 	uint8 town_growth_rate; ///< Town growth rate
       
   229 	uint8 larger_towns;     ///< 1 in the specified number of towns will grow twice as fast
   227 };
   230 };
   228 
   231 
   229 VARDEF Patches _patches;
   232 VARDEF Patches _patches;
   230 
   233 
   231 
   234