aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2004-09-25 15:52:50 +0000
committerMax Horn2004-09-25 15:52:50 +0000
commit972846017c9345193befe68482f1ae88522ba652 (patch)
tree324dfb9bebf34c36bb6e32dd0be733938276a6ff /scumm
parentac4ca820ee556c55b99b83ca3d569a52957e31e2 (diff)
downloadscummvm-rg350-972846017c9345193befe68482f1ae88522ba652.tar.gz
scummvm-rg350-972846017c9345193befe68482f1ae88522ba652.tar.bz2
scummvm-rg350-972846017c9345193befe68482f1ae88522ba652.zip
Turning off V7_SMOOTH_SCROLLING_HACK for now again
svn-id: r15270
Diffstat (limited to 'scumm')
-rw-r--r--scumm/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index ecb1ae64ff..9489039a08 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -312,7 +312,7 @@ public:
// be changed but should otherwise be relatively easy to understand, and using
// VirtScreen::pitch will actually clean up the code.
//
-#define V7_SMOOTH_SCROLLING_HACK
+//#define V7_SMOOTH_SCROLLING_HACK
} // End of namespace Scumm