From b04d4f5f2178cb06634a0201328e1be892f39e3f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 24 Oct 2003 22:43:17 +0000 Subject: [PATCH] fix course song options --- stepmania/src/ScreenGameplay.cpp | 2 ++ 1 file changed, 2 insertions(+) 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. */