Remove references to Global.MovieSession in MovieSession itself
This commit is contained in:
parent
7e92f38eb3
commit
1d3e0471d7
|
@ -456,9 +456,9 @@ namespace BizHawk.Client.Common
|
||||||
}
|
}
|
||||||
|
|
||||||
//If a movie is already loaded, save it before starting a new movie
|
//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
|
// Note: this populates MovieControllerAdapter's Type with the approparite controller
|
||||||
|
|
Loading…
Reference in New Issue