aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/camera.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/camera.cpp b/scumm/camera.cpp
index 7c7581f349..872cb593ce 100644
--- a/scumm/camera.cpp
+++ b/scumm/camera.cpp
@@ -57,8 +57,8 @@ void ScummEngine::setCameraAt(int pos_x, int pos_y) {
}
// If the camera moved and text is visible, remove it
- //if (camera._cur.x != camera._last.x && _charset->_hasMask)
- // stopTalk();
+ if (camera._cur.x != camera._last.x && _charset->_hasMask && _version > 3)
+ stopTalk();
}
void ScummEngine_v7::setCameraAt(int pos_x, int pos_y) {