HurryTimerMessageCommand

This commit is contained in:
Glenn Maynard
2007-05-31 05:26:35 +00:00
parent 7b10e70139
commit 62ea4a561a
+1
View File
@@ -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
}
}