From ca12f3f996bd8775002c58248dc8e2fb133d4caa Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 1 Oct 2004 20:40:03 +0000 Subject: Smooth scrolling seems to work very well, so I am promoting it now from hack-status to a fully official feature ;-) svn-id: r15371 --- scumm/camera.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scumm/camera.cpp') 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) { -- cgit v1.2.3