summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-11-08 11:20:32 +0000
committerfrosch <frosch@openttd.org>2012-11-08 11:20:32 +0000
commitdc930b6689f383e9b30bfe83b4639dbfade5fe27 (patch)
tree68ff4d8a67dd755d912a32567843c3943cdbc73d /src/settings_type.h
parent69a62452beab943a4f95d0aead7207d3f9de0a44 (diff)
downloadopenttd-dc930b6689f383e9b30bfe83b4639dbfade5fe27.tar.xz
(svn r24672) -Add [FS#5356]: Remember the basic/advanced/expert filter selection.
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 c29f512bc..8a34104fd 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -131,6 +131,7 @@ struct GUISettings {
bool newgrf_developer_tools; ///< activate NewGRF developer tools and allow modifying NewGRFs in an existing game
bool ai_developer_tools; ///< activate AI developer tools
bool scenario_developer; ///< activate scenario developer: allow modifying NewGRFs in an existing game
+ uint8 settings_restriction_mode; ///< selected restriction mode in adv. settings GUI. @see RestrictionMode
bool newgrf_show_old_versions; ///< whether to show old versions in the NewGRF list
uint8 newgrf_default_palette; ///< default palette to use for NewGRFs without action 14 palette information