mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 22:11:22 +00:00
host_cmd.c (Host_Changelevel_f): activate mouse input upon changelevel.
(from Steven.) git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@72 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
6bc3c41370
commit
7a25ce8599
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);
|
||||
//johnfitz
|
||||
|
||||
IN_Activate(); // -- S.A.
|
||||
key_dest = key_game; // remove console or menu
|
||||
SV_SaveSpawnparms ();
|
||||
strcpy (level, Cmd_Argv(1));
|
||||
|
|
Loading…
Reference in a new issue