remove a redundant call to IN_Move

This commit is contained in:
Bill Currie 2002-06-19 04:11:27 +00:00
parent 5052e3db1f
commit 85a6c5aa06

View file

@ -640,9 +640,6 @@ CL_SendCmd (void)
// get basic movement from keyboard
CL_BaseMove (cmd);
// allow mice or other external controllers to add to the move
IN_Move (); // FIXME: was cmd, should it even exist at all?
// if we are spectator, try autocam
if (cl.spectator)
Cam_Track (cmd);