From 6555d7d5db7431f3c707da85c33925c415483898 Mon Sep 17 00:00:00 2001 From: uruk Date: Sat, 17 Aug 2013 16:54:23 +0200 Subject: AVALANCHE: Repair Scrolls::drawscroll(). --- engines/avalanche/scrolls2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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); -- cgit v1.2.3