mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
- use etype_T instead of int (just so it's clearer in debugging)
This commit is contained in:
parent
8c89f65a98
commit
9448063c67
1 changed files with 2 additions and 1 deletions
|
@ -329,7 +329,8 @@ PF_Find (progs_t *pr)
|
|||
{
|
||||
const char *s = 0, *t; // ev_string
|
||||
int i; // ev_vector
|
||||
int type, e, f;
|
||||
int e, f;
|
||||
etype_t type;
|
||||
ddef_t *field_def;
|
||||
edict_t *ed;
|
||||
|
||||
|
|
Loading…
Reference in a new issue