diff --git a/stepmania/src/ScreenOptions.cpp b/stepmania/src/ScreenOptions.cpp index a4455c82bb..d7ce9aea24 100644 --- a/stepmania/src/ScreenOptions.cpp +++ b/stepmania/src/ScreenOptions.cpp @@ -1065,8 +1065,6 @@ void ScreenOptions::ChangeValueInRowRelative( int iRow, PlayerNumber pn, int iDe UpdateText( iRow ); - this->AfterChangeValueInRow( iRow, pn ); - if( m_OptionsNavigation != NAV_THREE_KEY_MENU ) m_SoundChangeCol.Play(); @@ -1077,6 +1075,8 @@ void ScreenOptions::ChangeValueInRowRelative( int iRow, PlayerNumber pn, int iDe vpns.push_back( p ); ExportOptions( iRow, vpns ); } + + this->AfterChangeValueInRow( iRow, pn ); } void ScreenOptions::AfterChangeValueInRow( int iRow, PlayerNumber pn )