From 9c872922212fad96fed407b8ebb3abf04fcad18a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 10 Apr 2007 18:17:49 +0000 Subject: [PATCH] defaults --- stepmania/src/GameState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index db033d07e0..9ffc2b2f12 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -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;