phase out bEnableTimer

This commit is contained in:
Glenn Maynard
2003-09-27 04:57:32 +00:00
parent 11d92e0f6a
commit d294640a3e
19 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -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 );