Cosmetic cleanups

Added "press START for more options" to ScreenPlayerOptions
This commit is contained in:
Chris Danford
2003-03-11 08:52:45 +00:00
parent 3d20f7ee70
commit 16df407e32
22 changed files with 127 additions and 68 deletions
+3
View File
@@ -145,6 +145,9 @@ void MenuTimer::SetTimer( int iSeconds )
m_textDigit2.SetZoomX( 1 );
m_textDigit1.SetEffectNone();
m_textDigit2.SetEffectNone();
m_textDigit1.SetText( ssprintf("%d", ((int)m_fSecondsLeft+1)/10) );
m_textDigit2.SetText( ssprintf("%d", ((int)m_fSecondsLeft+1)%10) );
}
void MenuTimer::StartTimer()