mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
cpqw support. set sv_progs_ext to "cpcw" to activate its mapping
This commit is contained in:
parent
f6924f35e5
commit
15e17b7c42
5 changed files with 787 additions and 3 deletions
|
@ -179,6 +179,7 @@ extern struct progs_s sv_pr_state;
|
|||
#define PR_RANGE_ID 0x0000
|
||||
#define PR_RANGE_ID_MAX 82
|
||||
#define PR_RANGE_QWE 0x0001
|
||||
#define PR_RANGE_CPQW 0x0002
|
||||
|
||||
#if TYPECHECK_PROGS
|
||||
#define SVFIELD(e,f,t) E_var (e, PR_AccessField (&sv_pr_state, #f, ev_##t, __FILE__, __LINE__), t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue