equal
deleted
inserted
replaced
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 |