diff options
author | Max Horn | 2004-09-24 23:33:32 +0000 |
---|---|---|
committer | Max Horn | 2004-09-24 23:33:32 +0000 |
commit | 7c22767b87aac75f808a0a7df56a086889ef6a76 (patch) | |
tree | 724286d6a22b8115b1aa22081e0490a080cc85f7 | |
parent | 360e189fc0b94a8e4aefd1a363f7d51f8e5df252 (diff) | |
download | scummvm-rg350-7c22767b87aac75f808a0a7df56a086889ef6a76.tar.gz scummvm-rg350-7c22767b87aac75f808a0a7df56a086889ef6a76.tar.bz2 scummvm-rg350-7c22767b87aac75f808a0a7df56a086889ef6a76.zip |
Enable V7_SMOOTH_SCROLLING_HACK temporarily, so that some people get exposed to it and can reported all those remaining bugs to me ;-)
svn-id: r15261
-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 47db62f08e..937c74acfa 100644 --- a/scumm/gfx.h +++ b/scumm/gfx.h @@ -316,7 +316,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 |