aboutsummaryrefslogtreecommitdiff
path: root/scumm/camera.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/camera.cpp')
-rw-r--r--scumm/camera.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/camera.cpp b/scumm/camera.cpp
index 90119cb90d..4f027e3a75 100644
--- a/scumm/camera.cpp
+++ b/scumm/camera.cpp
@@ -54,6 +54,7 @@ void Scumm::setCameraAt(int pos_x, int pos_y) {
runScript(VAR(VAR_SCROLL_SCRIPT), 0, 0, 0);
}
+ // If the camera moved and text is visible, remove it
if (camera._cur.x != camera._last.x && _charset->_hasMask)
stopTalk();
}