From 208dbf1942d8a8f1e0ae26d1d9e9144c1147becd Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 21 Oct 2013 01:54:52 +0000 Subject: [PATCH] oops --- BizHawk.MultiClient/movie/Movie.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BizHawk.MultiClient/movie/Movie.cs b/BizHawk.MultiClient/movie/Movie.cs index 4ca8c8980a..eb967cf7b4 100644 --- a/BizHawk.MultiClient/movie/Movie.cs +++ b/BizHawk.MultiClient/movie/Movie.cs @@ -21,15 +21,15 @@ namespace BizHawk.MultiClient public Movie() { + string version = GlobalWinF.MainForm != null ? GlobalWinF.MainForm.GetEmuVersion() : MainForm.EMUVERSION; + Header = new MovieHeader(version); + Filename = String.Empty; preload_framecount = 0; StartsFromSavestate = false; IsCountingRerecords = true; Mode = MOVIEMODE.INACTIVE; IsText = true; - - string version = GlobalWinF.MainForm != null ? GlobalWinF.MainForm.GetEmuVersion() : MainForm.EMUVERSION; - Header = new MovieHeader(version); } #endregion