Movie loadstates - Undo a "fix" I made in previous revisions. Not sure what it was supposed to fix but it definitely broke things.

This commit is contained in:
adelikat 2010-05-31 23:52:29 +00:00
parent 1bae153646
commit d2526bc795
1 changed files with 1 additions and 1 deletions

View File

@ -1372,7 +1372,7 @@ bool FCEUMOV_ReadState(EMUFILE* is, uint32 size)
//if we made it this far, then the savestate has identical movie data but we want to know now if the stateMOVIE size is greater than current movie size and make this error
//currFrameCounter at this point represents the savestate framecount
if(tempMovieData.records.size() > currMovieData.records.size())
if(currFrameCounter > currMovieData.records.size())
{
//TODO: turn frame counter to red to get attention