mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
Com_Game_f: print reminder message to player about "exec quake.rc"
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1199 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
744556426a
commit
ff6a179844
1 changed files with 1 additions and 1 deletions
|
@ -2082,7 +2082,7 @@ static void COM_Game_f (void)
|
|||
ExtraMaps_NewGame ();
|
||||
|
||||
Con_Printf("\"game\" changed to \"%s\"\n", COM_SkipPath(com_gamedir));
|
||||
|
||||
Con_Printf("enter \"exec quake.rc\" to load new configs\n");
|
||||
//Cbuf_InsertText ("exec quake.rc\n");
|
||||
}
|
||||
else //Diplay the current gamedir
|
||||
|
|
Loading…
Reference in a new issue