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
This commit is contained in:
Spoike 2009-07-18 19:47:37 +00:00
parent 0cf3e1ff54
commit 7df1428358
1 changed files with 1 additions and 0 deletions

View File

@ -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
}