]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix a minor typo causing a slight misprediction
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 23 Jun 2010 11:39:08 +0000 (11:39 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 23 Jun 2010 11:39:08 +0000 (11:39 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10245 d7cf8633-e32d-0410-b094-e92efae38249

cl_input.c

index d18414039b7aa9c994f529821857b495ad1a8248..5ff0c67651346ddfa19905e609980dc10709a84b 100644 (file)
@@ -1528,7 +1528,7 @@ void CL_UpdateMoveVars(void)
        }
 
        if(cl.movevars_aircontrol_power <= 0)
-               cl.movevars_aircontrol = 2; // CPMA default
+               cl.movevars_aircontrol_power = 2; // CPMA default
 }
 
 void CL_ClientMovement_Replay(void)