mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
d'oh, forgot to relocate the builtins :P
This commit is contained in:
parent
5f5662a063
commit
e74cd75a0d
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@ PR_AddLoadFunc (progs_t *pr, int (*func)(progs_t *))
|
|||
}
|
||||
|
||||
static int (*load_funcs[])(progs_t *) = {
|
||||
PR_RelocateBuiltins,
|
||||
PR_ResolveGlobals,
|
||||
PR_Check_Opcodes,
|
||||
PR_LoadStrings,
|
||||
|
|
Loading…
Reference in a new issue