summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-04-03 17:22:24 +0000
committeryexo <yexo@openttd.org>2010-04-03 17:22:24 +0000
commit58fb90c5e90a980659a95dc4e0d794854812961c (patch)
tree736352273f6216a097267749f1fcb06752b13a2d /src/settings_type.h
parent8e9e52ace932a4f1a6a2e3b88e8c3aec59739758 (diff)
downloadopenttd-58fb90c5e90a980659a95dc4e0d794854812961c.tar.xz
(svn r19548) -Add: Client setting 'gui.ai_developer_tools' to enable the break on AI string
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 ce116c3e1..0caca95ed 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -109,6 +109,7 @@ struct GUISettings {
uint8 developer; ///< print non-fatal warnings in console (>= 1), copy debug output to console (== 2)
bool show_date_in_logs; ///< whether to show dates in console logs
bool newgrf_developer_tools; ///< activate NewGRF developer tools
+ bool ai_developer_tools; ///< activate AI developer tools
};
/** Settings related to currency/unit systems. */