(svn r19515) -Add: Client setting 'gui.newgrf_developer_tools' to enable otherwise hidden features.

-Add: Console command 'reload_newgrfs'; only available when newgrf developer tools are enabled.
This commit is contained in:
frosch
2010-03-24 20:47:03 +00:00
parent 9a00f6961f
commit 03249ebcfb
3 changed files with 33 additions and 0 deletions

View File

@@ -108,6 +108,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
};
/** Settings related to currency/unit systems. */