Don't execute newconfig.cfg

This prevents graphic settings from being overridden by the configuration file previously generated by the original game
This commit is contained in:
smallmodel 2024-12-08 12:43:05 +01:00 committed by GitHub
parent da0c36cc88
commit 5801af34bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1676,7 +1676,9 @@ void Com_Init( char *commandLine ) {
Cbuf_AddText( "exec menu.cfg\n" );
Cbuf_AddText ("exec newconfig.cfg\n");
// Removed in OPM
// Not relevant as there is no auto-configurator
//Cbuf_AddText ("exec newconfig.cfg\n");
cvar_global_force = qtrue;
Cbuf_Execute( 0 );