more general fixes

This commit is contained in:
Bill Currie 2003-07-29 20:27:41 +00:00
parent 58bd3a5a6d
commit 6046c21ea1
2 changed files with 5 additions and 1 deletions

View file

@ -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;
//----------------------------------------------------------------------------
/*

View file

@ -10,7 +10,6 @@
//
// system globals
//
@extern entity self;
@extern entity other;
@extern entity world;
@extern float time;