explicit load for MenuTimer, so we don't load anything if we don't want it
This commit is contained in:
@@ -92,6 +92,7 @@ void ScreenWithMenuElements::Init()
|
||||
m_bTimerEnabled = (TIMER_SECONDS != -1);
|
||||
if( m_bTimerEnabled )
|
||||
{
|
||||
m_MenuTimer->Load();
|
||||
m_MenuTimer->SetName( "Timer" );
|
||||
if( TIMER_STEALTH )
|
||||
m_MenuTimer->EnableStealth( true );
|
||||
|
||||
Reference in New Issue
Block a user