summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-03-24 20:47:03 +0000
committerfrosch <frosch@openttd.org>2010-03-24 20:47:03 +0000
commit03249ebcfbcf4a73a4e2acc302a89e0878fdb5ec (patch)
treeb202b89cbe1a190e37788ca28723dd15ae9bf9f3 /src/settings_type.h
parent9a00f6961fa0cf9d4a60c4253b68d740f95c303b (diff)
downloadopenttd-03249ebcfbcf4a73a4e2acc302a89e0878fdb5ec.tar.xz
(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.
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 8f22553d0..ce116c3e1 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -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. */