aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2003-10-06 23:21:22 +0000
committerTravis Howell2003-10-06 23:21:22 +0000
commit249444e4c63543bf6fc5035e47c297938fa2684e (patch)
treee9427c30408cdbdc8d43cef77c6bbda41e1aabbb /scumm
parente5c62af78e4cbe25bca2f85e1bde64d4e2d6f47f (diff)
downloadscummvm-rg350-249444e4c63543bf6fc5035e47c297938fa2684e.tar.gz
scummvm-rg350-249444e4c63543bf6fc5035e47c297938fa2684e.tar.bz2
scummvm-rg350-249444e4c63543bf6fc5035e47c297938fa2684e.zip
*** empty log message ***
svn-id: r10650
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) {