summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-04-28 15:06:32 +0000
committermaedhros <maedhros@openttd.org>2007-04-28 15:06:32 +0000
commit6ebe60fc175ac374bf19f29fee1719b06e80a6b7 (patch)
treea1d7c41f3672e960253e07e51c7438be0bba480c /src/variables.h
parent57ad2dd0fbf5292cf6b9386544272414d34d0da3 (diff)
downloadopenttd-6ebe60fc175ac374bf19f29fee1719b06e80a6b7.tar.xz
(svn r9734) -Feature: Add an option to automatically pause when starting a new game.
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/variables.h b/src/variables.h
index b33dd646b..bebc1cc42 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -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;