more stats.html categories
This commit is contained in:
@@ -33,12 +33,14 @@ void StageStats::AddStats( const StageStats& other )
|
||||
{
|
||||
pSong = NULL; // meaningless
|
||||
StageType = STAGE_INVALID; // meaningless
|
||||
memset( fAliveSeconds, 0, sizeof(fAliveSeconds) );
|
||||
memset( fAliveSeconds, 0, sizeof(fAliveSeconds) ); // why? -Chris
|
||||
|
||||
// weight long and marathon songs
|
||||
ASSERT( other.pSong );
|
||||
const int iLengthMultiplier = SongManager::GetNumStagesForSong( other.pSong );
|
||||
|
||||
fGameplaySeconds += other.fGameplaySeconds;
|
||||
|
||||
for( int p=0; p<NUM_PLAYERS; p++ )
|
||||
{
|
||||
pSteps[p] = NULL;
|
||||
|
||||
Reference in New Issue
Block a user