mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
fix a goof with the progs loader for the server interface
This commit is contained in:
parent
fcc9cbf3b7
commit
7def88668a
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue