simplify
This commit is contained in:
@@ -146,7 +146,8 @@ void ScreenGameplay::Init()
|
||||
GAMESTATE->SaveCurrentSettingsToProfile(pn);
|
||||
}
|
||||
|
||||
GAMESTATE->ResetStageStatistics();
|
||||
/* Called once per stage (single song or single course). */
|
||||
GAMESTATE->BeginStage();
|
||||
|
||||
|
||||
|
||||
@@ -192,9 +193,6 @@ void ScreenGameplay::Init()
|
||||
FOREACH_EnabledPlayer(p)
|
||||
PROFILEMAN->IncrementCoursePlayCount( GAMESTATE->m_pCurCourse, GAMESTATE->m_pCurTrail[p], p );
|
||||
|
||||
/* Called once per stage (single song or single course). */
|
||||
GAMESTATE->BeginStage();
|
||||
|
||||
STATSMAN->m_CurStageStats.playMode = GAMESTATE->m_PlayMode;
|
||||
STATSMAN->m_CurStageStats.pStyle = GAMESTATE->m_pCurStyle;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user