]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_exec.c
added hmac.[ch] and cap_avi.[ch] and cap_ogg.[ch] to some project files
[xonotic/darkplaces.git] / prvm_exec.c
index f644f9fde03996cf21f824074ccc5f83737b3bcb..624a797a5e7f19e69759ed267f011154638011b8 100644 (file)
@@ -443,6 +443,10 @@ void PRVM_CrashAll()
 void PRVM_PrintState(void)
 {
        int i;
+       if(prog->statestring)
+       {
+               Con_Printf("Caller-provided information: %s\n", prog->statestring);
+       }
        if (prog->xfunction)
        {
                for (i = -7; i <= 0;i++)
@@ -700,7 +704,7 @@ chooseexecprogram:
                                }
                        }
                }
-#undef PRVMRUNAWAYCHECK 1
+#undef PRVMRUNAWAYCHECK
        }
        else
        {