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;