Add setting to disable "big GUI" NewGRFs

This commit is contained in:
Jonathan G Rennison
2021-12-05 13:40:56 +00:00
parent 924ffb013f
commit ff714b7648
3 changed files with 10 additions and 0 deletions

View File

@@ -258,6 +258,7 @@ struct GUISettings : public TimeSettings {
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
bool console_show_unlisted; ///< whether to show unlisted console commands
bool newgrf_disable_big_gui; ///< whether to disable "big GUI" NewGRFs
/**
* Returns true when the user has sufficient privileges to edit newgrfs on a running game