This commit is contained in:
Glenn Maynard
2005-01-03 22:44:19 +00:00
parent 4b7ce342f5
commit 8cba265a01
9 changed files with 21 additions and 7 deletions
+5
View File
@@ -37,6 +37,11 @@ REGISTER_SCREEN_CLASS( ScreenDemonstration );
ScreenDemonstration::ScreenDemonstration( CString sName ) : ScreenJukebox( sName, PrepareForDemonstration() ) // this is a hack to get some code to execute before the ScreenGameplay constructor
{
LOG->Trace( "ScreenDemonstration::ScreenDemonstration()" );
}
void ScreenDemonstration::Init()
{
ScreenJukebox::Init();
if( GAMESTATE->m_pCurSong == NULL ) // we didn't find a song.
{