- Exhumed: Clear the screen in the 2D drawer prior to drawing in menu_DoPlasma().

Fixes #237.
This commit is contained in:
Mitchell Richters 2020-08-24 17:44:26 +10:00
parent e8057cd871
commit 89a15335df

View file

@ -438,6 +438,8 @@ public:
start = ticker;
}
twod->ClearScreen();
menu_DoPlasma();
DrawRel(kSkullHead, 160, 100);