From 5660b42a897018c4c6e92ed5f6b63142024f8cc5 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sat, 22 Jan 2011 09:31:02 +0000 Subject: GOB: Another (?) non-blocking video flag This fixes the intro needing an extra ESC. Interestingly, the intro movie is actually interactive. You can influence the paths Max takes by pressed the arrow keys at the right times. svn-id: r55411 --- engines/gob/inter_v6.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/gob/inter_v6.cpp') diff --git a/engines/gob/inter_v6.cpp b/engines/gob/inter_v6.cpp index 8916ee246a..01301ebe0a 100644 --- a/engines/gob/inter_v6.cpp +++ b/engines/gob/inter_v6.cpp @@ -168,7 +168,7 @@ void Inter_v6::o6_playVmdOrMusic() { if (props.startFrame == -2) { props.startFrame = 0; props.lastFrame = -1; - close = false; + props.flags &= ~0x1000; } _vm->_vidPlayer->evaluateFlags(props, true); -- cgit v1.2.3