aboutsummaryrefslogtreecommitdiff
path: root/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.cpp')
-rw-r--r--gfx.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/gfx.cpp b/gfx.cpp
index b1d19ad49e..0298b5f941 100644
--- a/gfx.cpp
+++ b/gfx.cpp
@@ -1391,10 +1391,7 @@ void Gdi::unkDecode11() {
void Scumm::restoreCharsetBg() {
_bkColor = 0;
- if (_features & GF_OLD256) {
- restoreBG(0,0,320,16);
- restoreBG(0,144,320,200);
- }
+
if (gdi._mask_left != -1) {
restoreBG(gdi._mask_left, gdi._mask_top, gdi._mask_right, gdi._mask_bottom);
charset._hasMask = false;