fix the silly OP_STATE bug. also erradicate pr_offs.c and its contents (the

source of the bug)
This commit is contained in:
Bill Currie 2001-03-02 19:18:04 +00:00
parent ffc5838599
commit 6c9de8061b
9 changed files with 86 additions and 151 deletions

View file

@ -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;