diff --git a/src/BizHawk.Client.Common/movie/bk2/Bk2Movie.InputLog.cs b/src/BizHawk.Client.Common/movie/bk2/Bk2Movie.InputLog.cs index 68273c1dbf..f2ce93c8e9 100644 --- a/src/BizHawk.Client.Common/movie/bk2/Bk2Movie.InputLog.cs +++ b/src/BizHawk.Client.Common/movie/bk2/Bk2Movie.InputLog.cs @@ -39,7 +39,7 @@ namespace BizHawk.Client.Common int? stateFrame = null; // We are in record mode so replace the movie log with the one from the savestate - if (!Session.MultiTrack.IsActive) + if (!Global.MovieSession.MultiTrack.IsActive) // TODO: this is run before being attached { if (Global.Config.EnableBackupMovies && MakeBackup && Log.Count != 0) {