More Pump Theme Fixes

This commit is contained in:
Andrew Livy
2003-05-05 11:50:18 +00:00
parent 80d16e87e8
commit b716b1ec4b
3 changed files with 25 additions and 7 deletions
+1 -1
View File
@@ -43,7 +43,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" );
m_Menu.Load( "ScreenStyleSplash", false, false );
this->AddChild( &m_Menu );
this->PostScreenMessage( SM_StartClosing, 2 );