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:
parent
3b77c09310
commit
f298e0e8e6
1 changed files with 1 additions and 2 deletions
|
@ -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 ();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue