0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/game-source synced 2025-04-23 16:00:53 +00:00

CL_KeyMove got replaced by -sendMove

This commit is contained in:
Bill Currie 2003-08-17 23:12:25 +00:00
parent 3b77c09310
commit f298e0e8e6

View file

@ -136,7 +136,6 @@ void (entity cl, float sec, vector angles, vector move, integer buttons, integer
void() SV_Physics_Client = #0;
void() SV_ClientThink = #0;
void() CL_KeyMove = #0;
//----------------------------------------------------------------------------
@ -443,7 +442,7 @@ void () BotImpulses =
lasttime = time;
[self obstacles];
CL_KeyMove ();
[self sendMove];
SV_ClientThink ();
SV_Physics_Client ();
}