diff --git a/stepmania/src/ScreenEdit.cpp b/stepmania/src/ScreenEdit.cpp index dd16a303ed..3ef011d314 100644 --- a/stepmania/src/ScreenEdit.cpp +++ b/stepmania/src/ScreenEdit.cpp @@ -1275,6 +1275,10 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM ) GAMESTATE->RestoreSelectedOptions(); // restore the edit and playback options } break; + case SM_GainFocus: + /* We do this ourself. */ + SOUND->HandleSongTimer( false ); + break; } }