defaults
This commit is contained in:
@@ -1190,7 +1190,7 @@ bool GameState::HasEarnedExtraStage() const
|
|||||||
{
|
{
|
||||||
Song* pSong;
|
Song* pSong;
|
||||||
Steps* pSteps;
|
Steps* pSteps;
|
||||||
SONGMAN->GetExtraStageInfo( false, GetCurrentStyle(), pSong, pSteps, NULL, NULL );
|
SONGMAN->GetExtraStageInfo( false, GetCurrentStyle(), pSong, pSteps );
|
||||||
ASSERT(pSong);
|
ASSERT(pSong);
|
||||||
|
|
||||||
const StageStats &stats = STATSMAN->m_CurStageStats;
|
const StageStats &stats = STATSMAN->m_CurStageStats;
|
||||||
|
|||||||
Reference in New Issue
Block a user