aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--insane.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/insane.cpp b/insane.cpp
index bb4c190ecd..d1d18763d3 100644
--- a/insane.cpp
+++ b/insane.cpp
@@ -563,6 +563,11 @@ void SmushPlayer::startVideo(short int arg, byte* videoFile)
updateScreen(sm);
+ waitForTimer(sm,20);
+
+ if(sm->_keyPressed == sm->_vars[sm->VAR_CUTSCENEEXIT_KEY])
+ return;
+
} while (1);
}