diff options
-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(); } } |