aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/scene.cpp')
-rw-r--r--engines/mads/scene.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/mads/scene.cpp b/engines/mads/scene.cpp
index c90a54c317..f16b2c3889 100644
--- a/engines/mads/scene.cpp
+++ b/engines/mads/scene.cpp
@@ -272,9 +272,6 @@ void Scene::loop() {
// Handle drawing a game frame
doFrame();
- // Reset mouse flags
- _vm->_events->resetMouseFlags();
-
// TODO: Verify correctness of frame wait
_vm->_events->waitForNextFrame();