mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-04-06 07:50:49 +00:00
more general fixes
This commit is contained in:
parent
58bd3a5a6d
commit
6046c21ea1
2 changed files with 5 additions and 1 deletions
|
@ -134,6 +134,11 @@ void (entity e, string str) SV_SetUserinfo = #0;
|
|||
void (entity e, integer ping) SV_SetPing = #0;
|
||||
void (entity cl, float sec, vector angles, vector move, integer buttons, integer impulse) SV_UserCmd = #0;
|
||||
|
||||
void() SV_Physics_Client = #0;
|
||||
void() SV_ClientThink = #0;
|
||||
void() CL_KeyMove = #0;
|
||||
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
/*
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
//
|
||||
// system globals
|
||||
//
|
||||
@extern entity self;
|
||||
@extern entity other;
|
||||
@extern entity world;
|
||||
@extern float time;
|
||||
|
|
Loading…
Reference in a new issue