aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authoruruk2013-08-17 16:54:23 +0200
committeruruk2013-08-17 16:54:23 +0200
commit6555d7d5db7431f3c707da85c33925c415483898 (patch)
tree35e74e949252600b0dccf0eba772a6dc66f5dae3 /engines
parent87159b96399b579cc79ce7d78e7710e34cabe460 (diff)
downloadscummvm-rg350-6555d7d5db7431f3c707da85c33925c415483898.tar.gz
scummvm-rg350-6555d7d5db7431f3c707da85c33925c415483898.tar.bz2
scummvm-rg350-6555d7d5db7431f3c707da85c33925c415483898.zip
AVALANCHE: Repair Scrolls::drawscroll().
Diffstat (limited to 'engines')
-rw-r--r--engines/avalanche/scrolls2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/scrolls2.cpp b/engines/avalanche/scrolls2.cpp
index 104a6170bc..8019a35312 100644
--- a/engines/avalanche/scrolls2.cpp
+++ b/engines/avalanche/scrolls2.cpp
@@ -446,7 +446,7 @@ void Scrolls::drawscroll(func2 gotoit) { // This is one of the oldest procs in t
my += 12;
}
- _vm->_gyro->underscroll = my * 2 + 12 + 1; // Multiplying because of the doubled screen height.
+ _vm->_gyro->underscroll = my * 2 + 6; // Multiplying because of the doubled screen height.
//setvisualpage(1 - cp);
dingdongbell();
//my = getpixel(0, 0);