Allow combined player steps to have per-player radar values. This doesn't work for trails where it just uses the PLAYER_1 values, same with writing to the catalog file.
This commit is contained in:
@@ -87,7 +87,7 @@ RadarValues Trail::GetRadarValues() const
|
||||
}
|
||||
else
|
||||
{
|
||||
rv += pSteps->GetRadarValues();
|
||||
rv += pSteps->GetRadarValues( PLAYER_1 );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user