From 8b03f1a9f49340c66647495a7ad42796b6b00ebd Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 26 Jan 2004 22:20:42 +0000 Subject: [PATCH] fix player options in editor --- stepmania/src/ScreenEdit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index 743cad85e5..9321e726ec 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -1369,7 +1369,7 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM ) case SM_BackFromPlayerOptions: case SM_BackFromSongOptions: // coming back from PlayerOptions or SongOptions - m_soundMusic.SetPlaybackRate( GAMESTATE->m_SongOptions.m_fMusicRate ); + GAMESTATE->StoreSelectedOptions(); break; case SM_BackFromInsertAttack: {