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
commit97e88ca4f1c23d28a09cb02e79bba4f50e07ea40 (patch)
treea1d7c41f3672e960253e07e51c7438be0bba480c /src/variables.h
parent0ac14b39afe239c0a9166247dca15033fdc0d024 (diff)
downloadopenttd-97e88ca4f1c23d28a09cb02e79bba4f50e07ea40.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;