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
This commit is contained in:
Torbjörn Andersson 2006-09-10 18:22:27 +00:00
parent a851fb353c
commit 632a1a3a22

View File

@ -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;