From 89a15335df565611720dabdf5ebca8739b0ab191 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Mon, 24 Aug 2020 17:44:26 +1000 Subject: [PATCH] - Exhumed: Clear the screen in the 2D drawer prior to drawing in `menu_DoPlasma()`. Fixes #237. --- source/exhumed/src/2d.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/exhumed/src/2d.cpp b/source/exhumed/src/2d.cpp index 4ca04cacc..4dd37b45b 100644 --- a/source/exhumed/src/2d.cpp +++ b/source/exhumed/src/2d.cpp @@ -438,6 +438,8 @@ public: start = ticker; } + twod->ClearScreen(); + menu_DoPlasma(); DrawRel(kSkullHead, 160, 100);