X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=prvm_exec.c;h=2a6d44aa395aa6a79b1aa2308ce4bfcbdeb5bac2;hp=7481114822f751e2948290990a8ca322f7ff11f8;hb=19885358f4bd80bc7ed85931b766a197e54ce3a1;hpb=fe0d5dc2d85167fb8042bcb5157e93728e74e53a diff --git a/prvm_exec.c b/prvm_exec.c index 74811148..2a6d44aa 100644 --- a/prvm_exec.c +++ b/prvm_exec.c @@ -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(); }