aboutsummaryrefslogtreecommitdiff
path: root/scumm/camera.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/camera.cpp')
-rw-r--r--scumm/camera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/camera.cpp b/scumm/camera.cpp
index ce248ac165..2af7e092b0 100644
--- a/scumm/camera.cpp
+++ b/scumm/camera.cpp
@@ -337,7 +337,7 @@ void Scumm::cameraMoved() {
virtscr[0].xstart = _screenStartStrip << 3;
#endif
- if (_charset->_hasMask) {
+ if (_charset->_hasMask && !(_version <= 3 && _gameId != GID_LOOM)) {
int dx = camera._cur.x - camera._last.x;
int dy = camera._cur.y - camera._last.y;
if (dx || dy) {