mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-18 18:11:18 +00:00
host_cmd.c (Host_Changelevel_f): activate mouse input upon changelevel.
(from Steven.) git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@72 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
f2f3f1aff7
commit
2f4ed3f283
1 changed files with 1 additions and 0 deletions
|
@ -878,6 +878,7 @@ void Host_Changelevel_f (void)
|
||||||
Host_Error ("cannot find map %s", level);
|
Host_Error ("cannot find map %s", level);
|
||||||
//johnfitz
|
//johnfitz
|
||||||
|
|
||||||
|
IN_Activate(); // -- S.A.
|
||||||
key_dest = key_game; // remove console or menu
|
key_dest = key_game; // remove console or menu
|
||||||
SV_SaveSpawnparms ();
|
SV_SaveSpawnparms ();
|
||||||
strcpy (level, Cmd_Argv(1));
|
strcpy (level, Cmd_Argv(1));
|
||||||
|
|
Loading…
Reference in a new issue