diff --git a/stepmania/src/ScreenContinue.cpp b/stepmania/src/ScreenContinue.cpp index fd2fece396..57e3314f21 100644 --- a/stepmania/src/ScreenContinue.cpp +++ b/stepmania/src/ScreenContinue.cpp @@ -72,6 +72,7 @@ void ScreenContinue::Input( const InputEventPlus &input ) m_MenuTimer->SetSeconds( fSeconds ); Message msg("HurryTimer"); msg.SetParam( "PlayerNumber", input.pn ); + this->HandleMessage( msg ); return; // handled } }