diff options
author | Arnaud Boutonné | 2009-10-03 13:40:55 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-10-03 13:40:55 +0000 |
commit | 66233031d706f93dba6dd8be7c2f57320cd726fc (patch) | |
tree | 5289231c44fee2a0fcb60243b7db5d18ae931e5b /engines | |
parent | 5d7caf3ca99d281ae9d37d25c1ee206b45575f64 (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/gob/util.cpp | 1 |
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(); } } |