Wow, I'm dumb. Fix mismatched set/get.

This commit is contained in:
Rachel Bryk 2013-03-08 20:05:53 -05:00
parent f6d45ea461
commit 723371e022
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ void SConfig::LoadSettings()
ini.Get("Core", "GFXBackend", &m_LocalCoreStartupParameter.m_strVideoBackend, "");
// Movie
ini.Get("General", "PauseMovie", &m_PauseMovie, false);
ini.Get("Movie", "PauseMovie", &m_PauseMovie, false);
ini.Get("Movie", "Author", &m_strMovieAuthor, "");
// DSP