d'oh, forgot to relocate the builtins :P

This commit is contained in:
Bill Currie 2003-11-20 08:01:27 +00:00
parent 5f5662a063
commit e74cd75a0d

View file

@ -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,