diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index ba92254303..e730cb4d79 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -792,7 +792,7 @@ void ScreenGameplay::LoadNextSong() if(anybeginners && m_BeginnerHelper.Initialize( 2 )) // Init for doubles { - m_Background.Unload(); // BeginnerHelper has it's own BG control. + m_Background.Unload(); // BeginnerHelper has its own BG control. m_Background.StopAnimating(); m_BeginnerHelper.SetX( CENTER_X ); m_BeginnerHelper.SetY( CENTER_Y );