aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/util.cpp
diff options
context:
space:
mode:
authorArnaud Boutonné2009-10-03 13:40:55 +0000
committerArnaud Boutonné2009-10-03 13:40:55 +0000
commit66233031d706f93dba6dd8be7c2f57320cd726fc (patch)
tree5289231c44fee2a0fcb60243b7db5d18ae931e5b /engines/gob/util.cpp
parent5d7caf3ca99d281ae9d37d25c1ee206b45575f64 (diff)
downloadscummvm-rg350-66233031d706f93dba6dd8be7c2f57320cd726fc.tar.gz
scummvm-rg350-66233031d706f93dba6dd8be7c2f57320cd726fc.tar.bz2
scummvm-rg350-66233031d706f93dba6dd8be7c2f57320cd726fc.zip
revert r44542: the fix reopens another previous bug
svn-id: r44553
Diffstat (limited to 'engines/gob/util.cpp')
-rw-r--r--engines/gob/util.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/gob/util.cpp b/engines/gob/util.cpp
index deae0b8485..d51cbad6b3 100644
--- a/engines/gob/util.cpp
+++ b/engines/gob/util.cpp
@@ -143,7 +143,6 @@ void Util::processInput(bool scroll) {
_vm->_util->setMousePos(x, y);
_vm->_game->wantScroll(x, y);
- _vm->_game->evaluateScroll();
}
}