remove m_StageType
This commit is contained in:
@@ -23,7 +23,6 @@ StageStats::StageStats()
|
||||
m_pStyle = NULL;
|
||||
m_vpPlayedSongs.clear();
|
||||
m_vpPossibleSongs.clear();
|
||||
m_StageType = StageType_Invalid;
|
||||
m_bGaveUp = false;
|
||||
m_bUsedAutoplay = false;
|
||||
m_fGameplaySeconds = 0;
|
||||
@@ -92,7 +91,6 @@ void StageStats::AddStats( const StageStats& other )
|
||||
FOREACH_CONST( Song*, other.m_vpPossibleSongs, s )
|
||||
m_vpPossibleSongs.push_back( *s );
|
||||
m_Stage = Stage_Invalid; // meaningless
|
||||
m_StageType = StageType_Invalid; // meaningless
|
||||
|
||||
m_bGaveUp |= other.m_bGaveUp;
|
||||
m_bUsedAutoplay |= other.m_bUsedAutoplay;
|
||||
|
||||
Reference in New Issue
Block a user