(svn r9734) -Feature: Add an option to automatically pause when starting a new game.

This commit is contained in:
maedhros
2007-04-28 15:06:32 +00:00
parent 0ac14b39af
commit 97e88ca4f1
5 changed files with 8 additions and 0 deletions

View File

@@ -229,6 +229,8 @@ struct Patches {
uint8 town_growth_rate; ///< Town growth rate
uint8 larger_towns; ///< The number of cities to build. These start off larger and grow twice as fast
uint8 initial_city_size; ///< Multiplier for the initial size of the cities compared to towns
bool pause_on_newgame; ///< Whether to start new games paused or not.
};
VARDEF Patches _patches;