clean m_vPlayedStageStats as players unjoin

This commit is contained in:
Glenn Maynard
2007-04-19 14:34:42 +00:00
parent 1eb380ba2e
commit 57bd25bb0c
6 changed files with 39 additions and 0 deletions
+6
View File
@@ -846,6 +846,12 @@ void ScreenGameplay::InitSongQueues()
if( pi->GetPlayerStageStats() )
pi->GetPlayerStageStats()->m_vpPossibleSteps = pi->m_vpStepsQueue;
}
FOREACH_EnabledPlayerInfo( m_vPlayerInfo, pi )
{
if( pi->GetPlayerStageStats() )
pi->GetPlayerStageStats()->m_bJoined = true;
}
}
ScreenGameplay::~ScreenGameplay()