diff options
author | Max Horn | 2004-09-25 15:52:50 +0000 |
---|---|---|
committer | Max Horn | 2004-09-25 15:52:50 +0000 |
commit | 972846017c9345193befe68482f1ae88522ba652 (patch) | |
tree | 324dfb9bebf34c36bb6e32dd0be733938276a6ff /scumm | |
parent | ac4ca820ee556c55b99b83ca3d569a52957e31e2 (diff) | |
download | scummvm-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.h | 2 |
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 |