File diff r25974:20b36eb0550b → r25975:101b063336cf
src/table/settings/script_settings.ini
Show inline comments
 
@@ -5,13 +5,13 @@
 
;
 

	
 
; Script settings as stored in the main configuration file ("openttd.cfg")
 
; and in the savegame PATS chunk.
 

	
 
[pre-amble]
 
static std::initializer_list<const char*> _settings_profiles{"easy", "medium", "hard"};
 
static constexpr std::initializer_list<const char*> _settings_profiles{"easy", "medium", "hard"};
 

	
 
static const SettingVariant _script_settings_table[] = {
 
[post-amble]
 
};
 
[templates]
 
SDT_BOOL   =   SDT_BOOL(GameSettings, $var,        $flags, $def,                              $str, $strhelp, $strval, $pre_cb, $post_cb, $from, $to,        $cat, $extra, $startup),