]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - prvm_exec.c
fixed bug in gl_lightmaps code that made it not work properly on map
[xonotic/darkplaces.git] / prvm_exec.c
index 7481114822f751e2948290990a8ca322f7ff11f8..2a6d44aa395aa6a79b1aa2308ce4bfcbdeb5bac2 100644 (file)
@@ -598,4 +598,6 @@ cleanup:
                Con_Printf("PRVM_ExecuteProgram: %s used %i bytes of tempstrings\n", PRVM_GetString(prog->functions[fnum].s_name), vm_tempstringsbuf.cursize - restorevm_tempstringsbuf_cursize);
        // delete tempstrings created by this function
        vm_tempstringsbuf.cursize = restorevm_tempstringsbuf_cursize;
+
+       SV_FlushBroadcastMessages();
 }