Add "scroller" to ScreenSelectOptionsMaster

This commit is contained in:
Chris Danford
2004-01-17 23:14:56 +00:00
parent 93204d9b08
commit a8510db992
10 changed files with 208 additions and 149 deletions
+3 -1
View File
@@ -94,11 +94,13 @@ void MenuTimer::Update( float fDeltaTime )
m_textDigit1.Command( WARNING_COMMAND(iNewDisplay) );
m_textDigit2.Command( WARNING_COMMAND(iNewDisplay) );
}
if( iNewDisplay == 0 )
{
Stop();
SCREENMAN->PostMessageToTopScreen( SM_MenuTimer, 0 );
m_textDigit1.SetEffectNone();
m_textDigit2.SetEffectNone();
}
if( iNewDisplay <= WARNING_BEEP_START )