aboutsummaryrefslogtreecommitdiff
path: root/scumm/camera.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/camera.cpp')
-rw-r--r--scumm/camera.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/scumm/camera.cpp b/scumm/camera.cpp
index 468c1451f0..388be21c10 100644
--- a/scumm/camera.cpp
+++ b/scumm/camera.cpp
@@ -335,11 +335,7 @@ void ScummEngine::cameraMoved() {
screenLeft = _screenStartStrip * 8;
}
-#ifdef V7_SMOOTH_SCROLLING_HACK
virtscr[0].xstart = screenLeft;
-#else
- virtscr[0].xstart = _screenStartStrip * 8;
-#endif
}
void ScummEngine::panCameraTo(int x, int y) {