oops, fix movie recording that was busted by revision 8761

This commit is contained in:
adelikat 2015-01-12 22:48:57 +00:00
parent e66fe70365
commit 21f5209726
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ namespace BizHawk.Client.Common
public void HandleMovieOnFrameLoop()
{
if (Movie.IsActive && !Movie.IsFinished && Global.Emulator.Frame >= Movie.InputLogLength)
if (Movie.IsPlaying && Global.Emulator.Frame >= Movie.InputLogLength)
{
HandlePlaybackEnd();
}