cleanup
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#include "global.h"
|
||||
|
||||
#include "ScreenAttract.h"
|
||||
#include "ScreenManager.h"
|
||||
#include "GameConstantsAndTypes.h"
|
||||
@@ -14,7 +13,6 @@
|
||||
#include "ThemeManager.h"
|
||||
#include "GameSoundManager.h"
|
||||
#include "CommonMetrics.h"
|
||||
#include "BGAnimation.h"
|
||||
|
||||
#define NEXT_SCREEN THEME->GetMetric (m_sName,"NextScreen")
|
||||
#define START_SCREEN(sScreenName) THEME->GetMetric (sScreenName,"StartScreen")
|
||||
|
||||
@@ -271,7 +271,6 @@ ScreenCredits::ScreenCredits( CString sName ) : ScreenAttract( sName )
|
||||
|
||||
this->ClearMessageQueue( SM_BeginFadingOut ); // ignore ScreenAttract's SecsToShow
|
||||
this->PostScreenMessage( SM_BeginFadingOut, fTime );
|
||||
// this->PostScreenMessage( SM_BeginFadingOut, m_Background.GetLengthSeconds() );
|
||||
SOUND->PlayOnceFromDir( ANNOUNCER->GetPathTo("credits") );
|
||||
}
|
||||
|
||||
|
||||
@@ -1220,8 +1220,6 @@ void ScreenSelectMusic::MenuStart( PlayerNumber pn )
|
||||
|
||||
if( OPTIONS_MENU_AVAILABLE )
|
||||
{
|
||||
// float fShowSeconds = m_Out.GetLengthSeconds();
|
||||
|
||||
// show "hold START for options"
|
||||
m_sprOptionsMessage.SetHidden( false );
|
||||
ON_COMMAND( m_sprOptionsMessage );
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#include "Transition.h"
|
||||
#include "Quad.h"
|
||||
#include "RandomSample.h"
|
||||
#include "BGAnimation.h"
|
||||
#include "EnumHelper.h"
|
||||
|
||||
enum KeyboardRow
|
||||
|
||||
Reference in New Issue
Block a user