MenuTimer cleanup

This commit is contained in:
Chris Danford
2003-03-11 21:33:11 +00:00
parent 35bf217063
commit a11de99043
19 changed files with 134 additions and 127 deletions
+2 -6
View File
@@ -231,13 +231,9 @@ ScreenNameEntry::ScreenNameEntry()
if( !PREFSMAN->m_bMenuTimer )
{
m_Timer.SetTimer( 99 );
m_Timer.Update( 0 );
m_Timer.StopTimer();
}
m_Timer.Disable();
else
m_Timer.SetTimer(TIMER_SECONDS);
m_Timer.SetSeconds(TIMER_SECONDS);
m_Timer.SetXY( TIMER_X, TIMER_Y );
this->AddChild( &m_Timer );