From 6046c21ea13f229686db6954778c44157c54358b Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 29 Jul 2003 20:27:41 +0000 Subject: [PATCH] more general fixes --- fbxa/bot_qw.qc | 5 +++++ fbxa/defs.h | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/fbxa/bot_qw.qc b/fbxa/bot_qw.qc index 8c68f8c..1f17f60 100644 --- a/fbxa/bot_qw.qc +++ b/fbxa/bot_qw.qc @@ -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; + + //---------------------------------------------------------------------------- /* diff --git a/fbxa/defs.h b/fbxa/defs.h index 54d103d..75e0330 100644 --- a/fbxa/defs.h +++ b/fbxa/defs.h @@ -10,7 +10,6 @@ // // system globals // -@extern entity self; @extern entity other; @extern entity world; @extern float time;