This commit is contained in:
Glenn Maynard
2005-07-08 01:22:41 +00:00
parent fcc6c4408a
commit 29a77351c2
2 changed files with 0 additions and 23 deletions
-20
View File
@@ -30,21 +30,6 @@ ScreenAttract::ScreenAttract( CString sName, bool bResetGameState ) : ScreenWith
GAMESTATE->VisitAttractScreen( sName );
}
void ScreenAttract::Init()
{
LOG->Trace( "ScreenAttract::ScreenAttract(%s)", m_sName.c_str() );
ScreenWithMenuElements::Init();
this->SortByDrawOrder();
}
ScreenAttract::~ScreenAttract()
{
LOG->Trace( "ScreenAttract::~ScreenAttract()" );
}
void ScreenAttract::Input( const DeviceInput& DeviceI, const InputEventType type, const GameInput &GameI, const MenuInput &MenuI, const StyleInput &StyleI )
{
@@ -126,11 +111,6 @@ void ScreenAttract::StartPlayingMusic()
ScreenWithMenuElements::StartPlayingMusic();
}
void ScreenAttract::Update( float fDelta )
{
ScreenWithMenuElements::Update(fDelta);
}
void ScreenAttract::HandleScreenMessage( const ScreenMessage SM )
{
if( SM == SM_MenuTimer ||