Feature: Allow AI/GS to be fully modified in scenario editor (#10152)

This commit is contained in:
Artin Alavi
2022-11-11 14:48:07 -08:00
committed by GitHub
parent 3f579fa7dc
commit 5d6cdf4385
3 changed files with 9 additions and 5 deletions

View File

@@ -187,7 +187,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 and allow modifying NewGRFs in an existing game
bool ai_developer_tools; ///< activate AI developer tools
bool ai_developer_tools; ///< activate AI/GS 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