Play Movie dialog - Fix preloading

This commit is contained in:
andres.delikat 2011-05-18 01:56:35 +00:00
parent 97ef68e64e
commit 2a3f7cde37
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ namespace BizHawk.MultiClient
{
Movie m = new Movie(path.FullName, MOVIEMODE.INACTIVE);
m.PreLoadText();
m.LoadMovie();
//m.LoadMovie();
if (path.Extension.ToUpper() == ".FM2")
m.SetHeaderLine(MovieHeader.PLATFORM, "NES");
else if (path.Extension.ToUpper() == ".MC2")