mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +00:00
remove a redundant call to IN_Move
This commit is contained in:
parent
5052e3db1f
commit
85a6c5aa06
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue