mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-19 10:31:08 +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);
|
Host_Error ("cannot find map %s", level);
|
||||||
//johnfitz
|
//johnfitz
|
||||||
|
|
||||||
|
key_dest = key_game; // remove console or menu
|
||||||
SV_SaveSpawnparms ();
|
SV_SaveSpawnparms ();
|
||||||
strcpy (level, Cmd_Argv(1));
|
strcpy (level, Cmd_Argv(1));
|
||||||
SV_SpawnServer (level);
|
SV_SpawnServer (level);
|
||||||
|
|
Loading…
Reference in a new issue