Yesterday's fix did not work, reverting

This commit is contained in:
Josh Allen
2004-12-03 01:29:23 +00:00
parent 095bcea577
commit 218584bebe
+2 -3
View File
@@ -779,6 +779,8 @@ ScreenGameplay::~ScreenGameplay()
m_pSoundMusic->StopPlaying();
m_soundAssistTick.StopPlaying(); /* Stop any queued assist ticks. */
NSMAN->ReportSongOver();
}
bool ScreenGameplay::IsLastSong()
@@ -2467,9 +2469,6 @@ void ScreenGameplay::TweenOffScreen()
m_textDebug.StopTweening();
m_textDebug.BeginTweening( 1/8.f );
m_textDebug.SetDiffuse( RageColor(1,1,1,0) );
NSMAN->ReportSongOver();
}
void ScreenGameplay::ShowOniGameOver( PlayerNumber pn )