This commit is contained in:
Glenn Maynard
2003-09-27 04:42:19 +00:00
parent d41f91e3ed
commit 08a6c28a31
3 changed files with 3 additions and 3 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, false );
m_Menu.Load( "ScreenStyleSplash", false );
this->AddChild( &m_Menu );
this->PostScreenMessage( SM_StartClosing, 2 );