diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index b096cedf6f..54a90170c0 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -701,6 +701,8 @@ void ScreenGameplay::LoadNextSong() a.sModifier=m_asModifiersQueue[p][iPlaySongIndex]; GAMESTATE->LaunchAttack( (PlayerNumber)p, a ); } + GAMESTATE->m_SongOptions.FromString( m_asModifiersQueue[p][iPlaySongIndex] ); + /* Queue course attacks. */