mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
PR_ResolveGlobals needs to be visible
This commit is contained in:
parent
3cd01223dd
commit
a66cbb5215
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ PR_Undefined (progs_t *pr, const char *type, const char *name)
|
|||
PR_Error (pr, "undefined %s %s", type, name);
|
||||
}
|
||||
|
||||
int
|
||||
VISIBLE int
|
||||
PR_ResolveGlobals (progs_t *pr)
|
||||
{
|
||||
const char *sym;
|
||||
|
|
Loading…
Reference in a new issue