add top5 high score saving of Courses and Steps for memory cards/ranking screen
This commit is contained in:
@@ -34,6 +34,7 @@ void StageStats::AddStats( const StageStats& other )
|
||||
|
||||
for( int p=0; p<NUM_PLAYERS; p++ )
|
||||
{
|
||||
pSteps[p] = NULL;
|
||||
iMeter[p] += other.iMeter[p] * iLengthMultiplier;
|
||||
fAliveSeconds[p] += other.fAliveSeconds[p];
|
||||
bFailed[p] |= other.bFailed[p];
|
||||
|
||||
Reference in New Issue
Block a user