mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
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:
parent
da0c36cc88
commit
5801af34bb
1 changed files with 3 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue