aboutsummaryrefslogtreecommitdiff
path: root/scumm/camera.cpp
diff options
context:
space:
mode:
authorMax Horn2004-10-01 20:40:03 +0000
committerMax Horn2004-10-01 20:40:03 +0000
commitca12f3f996bd8775002c58248dc8e2fb133d4caa (patch)
tree95e6b5cf10d8899618f43a6fd7d409a4976b74a3 /scumm/camera.cpp
parent6751e16da1d1283c477032c7b29ecfb9bdd8ee66 (diff)
downloadscummvm-rg350-ca12f3f996bd8775002c58248dc8e2fb133d4caa.tar.gz
scummvm-rg350-ca12f3f996bd8775002c58248dc8e2fb133d4caa.tar.bz2
scummvm-rg350-ca12f3f996bd8775002c58248dc8e2fb133d4caa.zip
Smooth scrolling seems to work very well, so I am promoting it now from hack-status to a fully official feature ;-)
svn-id: r15371
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) {