From 249444e4c63543bf6fc5035e47c297938fa2684e Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 6 Oct 2003 23:21:22 +0000 Subject: *** empty log message *** svn-id: r10650 --- scumm/camera.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm') 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) { -- cgit v1.2.3