diff --git a/libs/gamecode/pr_exec.c b/libs/gamecode/pr_exec.c index 0158bc5ef..8b1e989b0 100644 --- a/libs/gamecode/pr_exec.c +++ b/libs/gamecode/pr_exec.c @@ -62,10 +62,10 @@ PR_RunError (progs_t * pr, const char *error, ...) dvsprintf (string, error, argptr); va_end (argptr); - PR_DumpState (pr); - Sys_Printf ("%s\n", string->str); + PR_DumpState (pr); + // dump the stack so PR_Error can shutdown functions pr->pr_depth = 0;