Fixed bug where loading game changes frame skip settings.

This commit is contained in:
n-a-c-h
2006-03-11 17:53:43 +00:00
parent 355038b92f
commit 5b2add8f63

View File

@@ -2624,12 +2624,12 @@ void MovieStop()
zmv_dealloc_rewind_buffer();
SetMovieMode(MOVIE_OFF);
SRAMState = PrevSRAMState;
}
MovieWaiting = false;
frameskip = oldframeskip;
maxskip = oldmaxskip;
}
MovieWaiting = false;
}
void MoviePlay()
{