aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-09-26 13:41:10 +0000
committerTravis Howell2004-09-26 13:41:10 +0000
commit274a69a38411ea8361cc957f090d1f22073c7a4d (patch)
tree13b7c15c67813d046a89422caadc3d684d859692 /scumm
parente42e428de861c9635cfaf84221b4f895e5e08e46 (diff)
downloadscummvm-rg350-274a69a38411ea8361cc957f090d1f22073c7a4d.tar.gz
scummvm-rg350-274a69a38411ea8361cc957f090d1f22073c7a4d.tar.bz2
scummvm-rg350-274a69a38411ea8361cc957f090d1f22073c7a4d.zip
Re-enable V7_SMOOTH_SCROLLING_HACK since invalid read/write were unrelated.
svn-id: r15288
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 9489039a08..ecb1ae64ff 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