Oops, fix an old typo.

Thanks Lioncash.  This broke a small range of old savestates.
This commit is contained in:
Unknown W. Brackets 2014-12-03 12:49:04 -08:00
parent f9948b674e
commit 9d97eb5b12

View File

@ -497,7 +497,7 @@ void PsmfPlayer::DoState(PointerWrap &p) {
p.Do(psmfPlayerAtracAu);
}
p.Do(psmfPlayerAvcAu);
if (s >= 6) {
if (s >= 7) {
bool hasFinishThread = finishThread != NULL;
p.Do(hasFinishThread);
if (hasFinishThread) {