Remove references to Global.MovieSession in MovieSession itself

This commit is contained in:
adelikat 2015-02-22 19:47:14 +00:00
parent 7e92f38eb3
commit 1d3e0471d7
1 changed files with 2 additions and 2 deletions

View File

@ -456,9 +456,9 @@ namespace BizHawk.Client.Common
}
//If a movie is already loaded, save it before starting a new movie
if (Global.MovieSession.Movie.IsActive && !string.IsNullOrEmpty(Global.MovieSession.Movie.Filename))
if (Movie.IsActive && !string.IsNullOrEmpty(Movie.Filename))
{
Global.MovieSession.Movie.Save();
Movie.Save();
}
// Note: this populates MovieControllerAdapter's Type with the approparite controller