From 3fc2675cb8900509552d0d70dd7fd91214a831ee Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 15 May 2001 05:35:42 +0000 Subject: [PATCH] fix key_dest handling on startup --- source/cl_pred.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/cl_pred.c b/source/cl_pred.c index a56176b..74cf3f4 100644 --- a/source/cl_pred.c +++ b/source/cl_pred.c @@ -38,6 +38,7 @@ #include "commdef.h" #include "console.h" #include "cvar.h" +#include "keys.h" #include "mathlib.h" #include "pmove.h" @@ -149,6 +150,7 @@ CL_PredictMove (void) // first update is the final signon stage VID_SetCaption (cls.servername); cls.state = ca_active; + key_dest = key_game; } if (cl_nopred->int_val) {