Fixed some issues with old movie playback.

This commit is contained in:
n-a-c-h
2005-03-27 21:14:58 +00:00
parent 8a1e0b9011
commit 04cdcc2b5e
2 changed files with 14 additions and 6 deletions

View File

@@ -1519,13 +1519,15 @@ static void OldMoviePlay(FILE *fp)
DSPMem[0x58] = 0;
DSPMem[0x68] = 0;
DSPMem[0x78] = 0;
Msgptr = "OLD MOVIE REPLAYING.";
}
else
{
Msgptr = (!soundon) ? "MUST PLAY WITH SOUND ON." : "MUST PLAY WITH SOUND OFF.";
MessageOn = MsgCount;
fclose(fp);
}
MessageOn = MsgCount;
}
@@ -1683,7 +1685,7 @@ void MovieStop()
SetMovieMode(MOVIE_OFF);
SRAMState = PrevSRAMState;
}
else { firstloop = false; }
else { firstloop = true; }
}
void MoviePlay()