remove m_StageType

This commit is contained in:
Glenn Maynard
2007-04-24 00:42:37 +00:00
parent 9a26797ebb
commit e4bace37c8
3 changed files with 0 additions and 11 deletions
-2
View File
@@ -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;