From 62ea4a561a99a95c57451924c6ca5968720cb9cf Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 31 May 2007 05:26:35 +0000 Subject: [PATCH] HurryTimerMessageCommand --- stepmania/src/ScreenContinue.cpp | 1 + 1 file changed, 1 insertion(+) 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 } }