mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
host_cmd.c (Host_Changelevel_f): get rid of console or menu (key_dest = key_game).
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@31 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
a5bb22bc76
commit
63e1984607
1 changed files with 1 additions and 0 deletions
|
@ -885,6 +885,7 @@ void Host_Changelevel_f (void)
|
|||
Host_Error ("cannot find map %s", level);
|
||||
//johnfitz
|
||||
|
||||
key_dest = key_game; // remove console or menu
|
||||
SV_SaveSpawnparms ();
|
||||
strcpy (level, Cmd_Argv(1));
|
||||
SV_SpawnServer (level);
|
||||
|
|
Loading…
Reference in a new issue