From 7df14283585ced0066cbfc7beedcd12d54aab2f2 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sat, 18 Jul 2009 19:47:37 +0000 Subject: [PATCH] Let the cursor work in demos/console when playing demos. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3300 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/cl_input.c | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/client/cl_input.c b/engine/client/cl_input.c index 45f90b307..9a5400142 100644 --- a/engine/client/cl_input.c +++ b/engine/client/cl_input.c @@ -1473,6 +1473,7 @@ void CL_SendCmd (double frametime, qboolean mainloop) cls.netchan.outgoing_sequence++; } + IN_Move (NULL, 0); return; // sendcmds come from the demo }