mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
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:
parent
eae97539c2
commit
dcaa0b205f
2 changed files with 27 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue