mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
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:
parent
a851fb353c
commit
632a1a3a22
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user