This commit is contained in:
Glenn Maynard
2007-04-10 18:17:49 +00:00
parent 32342ef5df
commit 9c87292221
+1 -1
View File
@@ -1190,7 +1190,7 @@ bool GameState::HasEarnedExtraStage() const
{
Song* pSong;
Steps* pSteps;
SONGMAN->GetExtraStageInfo( false, GetCurrentStyle(), pSong, pSteps, NULL, NULL );
SONGMAN->GetExtraStageInfo( false, GetCurrentStyle(), pSong, pSteps );
ASSERT(pSong);
const StageStats &stats = STATSMAN->m_CurStageStats;