Make coop play possible in qw. Create a progs variable called 'current_skill'

and you'll get the nq edict pruning behavior.
This commit is contained in:
Adam Olsen 2001-07-13 22:47:11 +00:00
parent eae97539c2
commit dcaa0b205f
2 changed files with 27 additions and 2 deletions

View file

@ -62,6 +62,7 @@ typedef struct {
float *trace_inopen;
float *trace_inwater;
int *msg_entity;
float *current_skill;
} sv_globals_t;
extern sv_globals_t sv_globals;