diff options
author | yexo <yexo@openttd.org> | 2010-04-03 17:22:24 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-04-03 17:22:24 +0000 |
commit | 58fb90c5e90a980659a95dc4e0d794854812961c (patch) | |
tree | 736352273f6216a097267749f1fcb06752b13a2d /src/table | |
parent | 8e9e52ace932a4f1a6a2e3b88e8c3aec59739758 (diff) | |
download | openttd-58fb90c5e90a980659a95dc4e0d794854812961c.tar.xz |
(svn r19548) -Add: Client setting 'gui.ai_developer_tools' to enable the break on AI string
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/settings.h b/src/table/settings.h index a820c5081..c4eba3ded 100644 --- a/src/table/settings.h +++ b/src/table/settings.h @@ -606,6 +606,7 @@ const SettingDesc _settings[] = { #endif SDTC_VAR(gui.developer, SLE_UINT8, S, 0, 1, 0, 2, 0, STR_NULL, NULL), SDTC_BOOL(gui.newgrf_developer_tools, S, 0, false, STR_NULL, NULL), + SDTC_BOOL(gui.ai_developer_tools, S, 0, false, STR_NULL, NULL), SDTC_VAR(gui.console_backlog_timeout, SLE_UINT16, S, 0, 100, 10, 65500, 0, STR_NULL, NULL), SDTC_VAR(gui.console_backlog_length, SLE_UINT16, S, 0, 100, 10, 65500, 0, STR_NULL, NULL), #ifdef ENABLE_NETWORK |