Ez2 Checkin. (No song select yet)
This commit is contained in:
@@ -77,8 +77,7 @@ void SongManager::SetCurrentNotes( PlayerNumber p, Notes* pNotes )
|
||||
|
||||
GameplayStatistics SongManager::GetLatestGameplayStatistics( PlayerNumber p )
|
||||
{
|
||||
ASSERT( m_aGameplayStatistics[p].GetSize() > 0 );
|
||||
return m_aGameplayStatistics[p][ m_aGameplayStatistics[p].GetSize()-1 ];
|
||||
return m_GameplayStatistics[ PREFSMAN->GetStageIndex() ][p];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user