]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - pr_exec.c
Too many fixes to mention. (sys_ticrate now controls packet rates, and other stuff)
[xonotic/darkplaces.git] / pr_exec.c
index 4a319e6966b177f53094bafd1262c33d75d8d303..64abde5aab613476719e03fca55130f211c8b5d8 100644 (file)
--- a/pr_exec.c
+++ b/pr_exec.c
@@ -335,7 +335,7 @@ int PR_LeaveFunction (void)
        int             i, c;
 
        if (pr_depth <= 0)
-               Sys_Error ("prog stack underflow");
+               Host_Error ("prog stack underflow");
 
 // restore locals from the stack
        c = pr_xfunction->locals;