remember m_iCurrentStageIndex

This commit is contained in:
Glenn Maynard
2007-04-24 02:08:31 +00:00
parent 33ad8c7fba
commit 0908ed9061
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -401,6 +401,7 @@ void ScreenGameplay::Init()
PROFILEMAN->IncrementCoursePlayCount( GAMESTATE->m_pCurCourse, GAMESTATE->m_pCurTrail[p], p );
STATSMAN->m_CurStageStats.m_Stage = GAMESTATE->GetCurrentStage();
STATSMAN->m_CurStageStats.m_iStageIndex = GAMESTATE->m_iCurrentStageIndex;
STATSMAN->m_CurStageStats.m_playMode = GAMESTATE->m_PlayMode;
STATSMAN->m_CurStageStats.m_pStyle = GAMESTATE->GetCurrentStyle();