mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
I like it better when quakeforge compiles.
-Werror feels otherwise. *grmbl*
This commit is contained in:
parent
36786400ad
commit
707c4aa44b
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ PF_Find (progs_t *pr)
|
|||
ddef_t *field_def;
|
||||
int type;
|
||||
|
||||
const char *s, *t; // ev_string
|
||||
const char *s = NULL, *t; // ev_string
|
||||
int i; // ev_vector
|
||||
|
||||
e = G_EDICTNUM (pr, OFS_PARM0);
|
||||
|
|
Loading…
Reference in a new issue