aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/voyeur/events.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/voyeur/events.cpp b/engines/voyeur/events.cpp
index b752c50c0c..2cf3d9edb5 100644
--- a/engines/voyeur/events.cpp
+++ b/engines/voyeur/events.cpp
@@ -337,6 +337,7 @@ void EventsManager::vDoFadeInt() {
if (--_fadeCount == 0) {
_fadeIntNode._flags |= 1;
_fadeStatus &= ~1;
+ return;
}