aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 779993a8f0..9dd24fb582 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -631,6 +631,11 @@ void ScummEngine::redrawBGAreas() {
}
void ScummEngine_v70he::redrawBGAreas() {
+ if (_heversion == 70) {
+ ScummEngine::redrawBGAreas();
+ return;
+ }
+
int val = 0;
if (camera._cur.x != camera._last.x && _charset->_hasMask)
stopTalk();