better progs access error checking and cleanups resulting from it. Fixes

mega2k and nq.
This commit is contained in:
Bill Currie 2001-03-27 03:57:17 +00:00
parent 5e993575a4
commit f6073d756f
15 changed files with 181 additions and 142 deletions

View file

@ -280,8 +280,8 @@ typedef struct
// LordHavoc: Endy neglected to mark this as a QSG version 2 thingy...
byte alpha;
byte scale;
byte glowsize;
byte glowcolor;
byte glow_size;
byte glow_color;
byte colormod;
} entity_state_t;