aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/util.cpp
diff options
context:
space:
mode:
authorArnaud Boutonné2009-10-02 17:50:56 +0000
committerArnaud Boutonné2009-10-02 17:50:56 +0000
commitf915a46e1f56d54b9b80039d83aa8b2ceb1045ee (patch)
treedbdabeebbec83fd01835370b55992611dd53fe04 /engines/gob/util.cpp
parentcbcd53f1f34a65cea46f80761f15c9fad8cc35c4 (diff)
downloadscummvm-rg350-f915a46e1f56d54b9b80039d83aa8b2ceb1045ee.tar.gz
scummvm-rg350-f915a46e1f56d54b9b80039d83aa8b2ceb1045ee.tar.bz2
scummvm-rg350-f915a46e1f56d54b9b80039d83aa8b2ceb1045ee.zip
Fix for bug ref#2867294 (hopefully)
svn-id: r44542
Diffstat (limited to 'engines/gob/util.cpp')
-rw-r--r--engines/gob/util.cpp1
1 files changed, 1 insertions, 0 deletions
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();
}
}