mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 05:00:35 +00:00
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:
parent
06946d6ab4
commit
0c63c11b4b
2 changed files with 185 additions and 265 deletions
File diff suppressed because it is too large
Load diff
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue