This commit is contained in:
Glenn Maynard
2005-07-20 09:57:42 +00:00
parent ea3e2ba6f9
commit 09e64b25b6
4 changed files with 0 additions and 6 deletions
-2
View File
@@ -1,5 +1,4 @@
#include "global.h" #include "global.h"
#include "ScreenAttract.h" #include "ScreenAttract.h"
#include "ScreenManager.h" #include "ScreenManager.h"
#include "GameConstantsAndTypes.h" #include "GameConstantsAndTypes.h"
@@ -14,7 +13,6 @@
#include "ThemeManager.h" #include "ThemeManager.h"
#include "GameSoundManager.h" #include "GameSoundManager.h"
#include "CommonMetrics.h" #include "CommonMetrics.h"
#include "BGAnimation.h"
#define NEXT_SCREEN THEME->GetMetric (m_sName,"NextScreen") #define NEXT_SCREEN THEME->GetMetric (m_sName,"NextScreen")
#define START_SCREEN(sScreenName) THEME->GetMetric (sScreenName,"StartScreen") #define START_SCREEN(sScreenName) THEME->GetMetric (sScreenName,"StartScreen")
-1
View File
@@ -271,7 +271,6 @@ ScreenCredits::ScreenCredits( CString sName ) : ScreenAttract( sName )
this->ClearMessageQueue( SM_BeginFadingOut ); // ignore ScreenAttract's SecsToShow this->ClearMessageQueue( SM_BeginFadingOut ); // ignore ScreenAttract's SecsToShow
this->PostScreenMessage( SM_BeginFadingOut, fTime ); this->PostScreenMessage( SM_BeginFadingOut, fTime );
// this->PostScreenMessage( SM_BeginFadingOut, m_Background.GetLengthSeconds() );
SOUND->PlayOnceFromDir( ANNOUNCER->GetPathTo("credits") ); SOUND->PlayOnceFromDir( ANNOUNCER->GetPathTo("credits") );
} }
-2
View File
@@ -1220,8 +1220,6 @@ void ScreenSelectMusic::MenuStart( PlayerNumber pn )
if( OPTIONS_MENU_AVAILABLE ) if( OPTIONS_MENU_AVAILABLE )
{ {
// float fShowSeconds = m_Out.GetLengthSeconds();
// show "hold START for options" // show "hold START for options"
m_sprOptionsMessage.SetHidden( false ); m_sprOptionsMessage.SetHidden( false );
ON_COMMAND( m_sprOptionsMessage ); ON_COMMAND( m_sprOptionsMessage );
-1
View File
@@ -8,7 +8,6 @@
#include "Transition.h" #include "Transition.h"
#include "Quad.h" #include "Quad.h"
#include "RandomSample.h" #include "RandomSample.h"
#include "BGAnimation.h"
#include "EnumHelper.h" #include "EnumHelper.h"
enum KeyboardRow enum KeyboardRow