From 85a6c5aa06a22f6f7260ba6b2f7ead357fa24483 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 19 Jun 2002 04:11:27 +0000 Subject: [PATCH] remove a redundant call to IN_Move --- qw/source/cl_input.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/qw/source/cl_input.c b/qw/source/cl_input.c index 2c2c84343..a95c76cca 100644 --- a/qw/source/cl_input.c +++ b/qw/source/cl_input.c @@ -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);