diff --git a/src/config.c b/src/config.c index ebf5c2f..0215716 100644 --- a/src/config.c +++ b/src/config.c @@ -395,6 +395,18 @@ static void cfg_create_ini() "\n" "\n" "\n" + "; ### Developer settings ###\n" + "; The following settings are for developers who like to share their custom preset with others\n" + "\n" + "\n" + "; Hide the 'Compatibility Settings' tab in cnc-ddraw config\n" + "hide_compat_tab=false\n" + "\n" + "; Allow the users to 'Restore default settings' via cnc-ddraw config\n" + "allow_reset=true\n" + "\n" + "\n" + "\n" "; ### Game specific settings ###\n" "; The following settings override all settings shown above, section name = executable name\n" "\n"