mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-13 07:21:31 +00:00
revert exec'ing default.cfg and config.cfg upon in-game gamedir changes.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1057 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
3be35611b5
commit
78b028cd50
1 changed files with 0 additions and 3 deletions
|
@ -2076,9 +2076,6 @@ static void COM_Game_f (void)
|
||||||
Con_Printf("\"game\" changed to \"%s\"\n", COM_SkipPath(com_gamedir));
|
Con_Printf("\"game\" changed to \"%s\"\n", COM_SkipPath(com_gamedir));
|
||||||
|
|
||||||
//Cbuf_InsertText ("exec quake.rc\n");
|
//Cbuf_InsertText ("exec quake.rc\n");
|
||||||
// full quake.rc can result in unpredictable results, run config.cfg instead.
|
|
||||||
Cbuf_InsertText ("exec config.cfg\n");
|
|
||||||
Cbuf_InsertText ("exec default.cfg\n"); // ... but after default.cfg.
|
|
||||||
}
|
}
|
||||||
else //Diplay the current gamedir
|
else //Diplay the current gamedir
|
||||||
Con_Printf("\"game\" is \"%s\"\n", COM_SkipPath(com_gamedir));
|
Con_Printf("\"game\" is \"%s\"\n", COM_SkipPath(com_gamedir));
|
||||||
|
|
Loading…
Reference in a new issue