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:
Ozkan Sezer 2014-09-22 06:15:23 +00:00
parent 3be35611b5
commit 78b028cd50

View file

@ -2076,9 +2076,6 @@ static void COM_Game_f (void)
Con_Printf("\"game\" changed to \"%s\"\n", COM_SkipPath(com_gamedir));
//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
Con_Printf("\"game\" is \"%s\"\n", COM_SkipPath(com_gamedir));