From 207988bb1bf38fac6d76df65d9ef9fdafa60a916 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 2 Sep 2018 15:15:38 +0300 Subject: [PATCH] - fixed crash when wipe type is set to none --- src/d_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_main.cpp b/src/d_main.cpp index 6f5259fbb..4f023e81e 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -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