fix a goof with the progs loader for the server interface

This commit is contained in:
Bill Currie 2002-01-18 23:53:51 +00:00
parent fcc9cbf3b7
commit 7def88668a
1 changed files with 3 additions and 0 deletions

View File

@ -1227,6 +1227,9 @@ PR_LoadProgs (progs_t *pr, const char *progsname)
if (!progsname)
progsname = "(preloaded)";
if (!PR_ResolveGlobals (pr))
PR_Error (pr, "unable to load %s", progsname);
// initialise the strings managment code
PR_LoadStrings (pr);