aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2004-09-24 23:33:32 +0000
committerMax Horn2004-09-24 23:33:32 +0000
commit7c22767b87aac75f808a0a7df56a086889ef6a76 (patch)
tree724286d6a22b8115b1aa22081e0490a080cc85f7
parent360e189fc0b94a8e4aefd1a363f7d51f8e5df252 (diff)
downloadscummvm-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.h2
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