]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_exec.c
oops, move the print for that string upwards, as other code there uses va() too
[xonotic/darkplaces.git] / prvm_exec.c
index ae340eece405769163407311c0ece5420106518f..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++)