(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

@@ -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. */