- fixed crash when wipe type is set to none

This commit is contained in:
alexey.lysiuk 2018-09-02 15:15:38 +03:00
parent b570f28597
commit 207988bb1b
1 changed files with 1 additions and 1 deletions

View File

@ -868,7 +868,7 @@ void D_Display ()
GSnd->DrawWaveDebug(snd_drawoutput);
}
if (!wipe || NoWipe < 0)
if (!wipe || NoWipe < 0 || wipe_type == wipe_None)
{
NetUpdate (); // send out any new accumulation
// normal update