mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
move a var
This commit is contained in:
parent
4388bf0519
commit
b44fd6ab91
1 changed files with 2 additions and 2 deletions
|
@ -35,6 +35,8 @@
|
|||
|
||||
int pr_source_line;
|
||||
|
||||
char pr_parm_names[MAX_PARMS][MAX_NAME];
|
||||
|
||||
char *pr_file_p;
|
||||
char *pr_line_start; // start of current source line
|
||||
|
||||
|
@ -300,5 +302,3 @@ PR_FindType (type_t *type)
|
|||
check->def = def;
|
||||
return check;
|
||||
}
|
||||
|
||||
char pr_parm_names[MAX_PARMS][MAX_NAME];
|
||||
|
|
Loading…
Reference in a new issue