From 632a1a3a2269b4c41a9ccb8bc077e803e3da1b46 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 10 Sep 2006 18:22:27 +0000 Subject: Clear _skipFlag at beginning of Kyra 2 intro. Otherwise, skipping it once will automatically skip it if you try to watch it a second time. (Are there any other flags that need to be cleared as well?) svn-id: r23866 --- engines/kyra/sequences_v2.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/kyra/sequences_v2.cpp b/engines/kyra/sequences_v2.cpp index 0069d988b4..77e9958d0e 100644 --- a/engines/kyra/sequences_v2.cpp +++ b/engines/kyra/sequences_v2.cpp @@ -33,7 +33,9 @@ namespace Kyra { void KyraEngine_v2::seq_playSequences(int startSeq, int endSeq) { debugC(9, kDebugLevelMain, "KyraEngine_v2::seq_playSequences(%i, %i)", startSeq, endSeq); - + + _skipFlag = false; + if (endSeq == -1) endSeq = startSeq; -- cgit v1.2.3