max 1 per-difficulty award per stage
This commit is contained in:
@@ -1062,6 +1062,10 @@ void ScreenEvaluation::CommitScores(
|
||||
}
|
||||
}
|
||||
|
||||
// Max one PDA per stage
|
||||
if( !vPdas.empty() )
|
||||
vPdas.erase( vPdas.begin(), vPdas.end()-1 );
|
||||
|
||||
if( !vPdas.empty() )
|
||||
pdaToShowOut[p] = vPdas.back();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user