(svn r19548) -Add: Client setting 'gui.ai_developer_tools' to enable the break on AI string

This commit is contained in:
yexo
2010-04-03 17:22:24 +00:00
parent 8e9e52ace9
commit 58fb90c5e9
3 changed files with 21 additions and 10 deletions

View File

@@ -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