mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-25 13:32:01 +00:00
fix key_dest handling on startup
This commit is contained in:
parent
88c3955b4f
commit
3fc2675cb8
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
#include "commdef.h"
|
#include "commdef.h"
|
||||||
#include "console.h"
|
#include "console.h"
|
||||||
#include "cvar.h"
|
#include "cvar.h"
|
||||||
|
#include "keys.h"
|
||||||
#include "mathlib.h"
|
#include "mathlib.h"
|
||||||
#include "pmove.h"
|
#include "pmove.h"
|
||||||
|
|
||||||
|
@ -149,6 +150,7 @@ CL_PredictMove (void)
|
||||||
// first update is the final signon stage
|
// first update is the final signon stage
|
||||||
VID_SetCaption (cls.servername);
|
VID_SetCaption (cls.servername);
|
||||||
cls.state = ca_active;
|
cls.state = ca_active;
|
||||||
|
key_dest = key_game;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cl_nopred->int_val) {
|
if (cl_nopred->int_val) {
|
||||||
|
|
Loading…
Reference in a new issue