summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-12-05 19:36:04 +0000
committerfrosch <frosch@openttd.org>2012-12-05 19:36:04 +0000
commit812ae4140a8566c2b4b43c6aa5bab5eecf82f18a (patch)
treeb79a9960ef438be736d9768a71336f8dd60f9416 /src/settings_type.h
parente43bf5dabdb4a62b4e6b6812db422b962b4eaaf1 (diff)
downloadopenttd-812ae4140a8566c2b4b43c6aa5bab5eecf82f18a.tar.xz
(svn r24789) -Add: Separate setting to control the default settings of newly added scripts and random AIs.
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 00bb56654..934e44733 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -288,6 +288,7 @@ struct AISettings {
/** Settings related to scripts. */
struct ScriptSettings {
+ uint8 settings_profile; ///< difficulty profile to set initial settings of scripts, esp. random AIs
uint32 script_max_opcode_till_suspend; ///< max opcode calls till scripts will suspend
};