From f915a46e1f56d54b9b80039d83aa8b2ceb1045ee Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Fri, 2 Oct 2009 17:50:56 +0000 Subject: Fix for bug ref#2867294 (hopefully) svn-id: r44542 --- engines/gob/util.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/gob/util.cpp') diff --git a/engines/gob/util.cpp b/engines/gob/util.cpp index d51cbad6b3..deae0b8485 100644 --- a/engines/gob/util.cpp +++ b/engines/gob/util.cpp @@ -143,6 +143,7 @@ void Util::processInput(bool scroll) { _vm->_util->setMousePos(x, y); _vm->_game->wantScroll(x, y); + _vm->_game->evaluateScroll(); } } -- cgit v1.2.3