diff noise reduction. mostly just "progs_t * pr" to "progs_t *pr".

Only code change is copying qw's variable-size PF_VarString in place
of nq's 256 char "I wanna be a buffer-overflow exploit!" version.
This commit is contained in:
Adam Olsen 2001-08-09 06:05:43 +00:00
parent 06946d6ab4
commit 0c63c11b4b
2 changed files with 185 additions and 265 deletions

File diff suppressed because it is too large Load diff

View file

@ -185,8 +185,8 @@ PF_setmodel (progs_t *pr)
{
edict_t *e;
const char *m, **check;
int i;
model_t *mod;
int i;
e = G_EDICT (pr, OFS_PARM0);
m = G_STRING (pr, OFS_PARM1);