phase out bEnableTimer
This commit is contained in:
@@ -50,7 +50,7 @@ ScreenStyleSplash::ScreenStyleSplash() : Screen("ScreenStyleSplash")
|
||||
m_Background.LoadFromAniDir( THEME->GetPathToB(ssprintf("ScreenStyleSplash-%s-%s-%d",sGameName.c_str(),sStyleName.c_str(),iDifficulty) ) );
|
||||
this->AddChild( &m_Background );
|
||||
|
||||
m_Menu.Load( "ScreenStyleSplash", false );
|
||||
m_Menu.Load( "ScreenStyleSplash" );
|
||||
this->AddChild( &m_Menu );
|
||||
|
||||
this->PostScreenMessage( SM_StartClosing, 2 );
|
||||
|
||||
Reference in New Issue
Block a user