mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
fix the silly OP_STATE bug. also erradicate pr_offs.c and its contents (the
source of the bug)
This commit is contained in:
parent
ffc5838599
commit
6c9de8061b
9 changed files with 86 additions and 151 deletions
|
@ -147,6 +147,12 @@ typedef struct
|
|||
int owner; //int
|
||||
int message; //string_t
|
||||
int sounds; //float
|
||||
|
||||
int alpha;
|
||||
int scale;
|
||||
int glowsize;
|
||||
int glowcolor;
|
||||
int colormod;
|
||||
} sv_fields_t;
|
||||
|
||||
extern sv_fields_t sv_fields;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue