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:
@@ -145,7 +145,7 @@ void PaneDisplay::SetContent( PaneContents c )
|
||||
RadarValues rv;
|
||||
|
||||
if( g_Contents[c].req&NEED_NOTES )
|
||||
rv = pSteps->GetRadarValues();
|
||||
rv = pSteps->GetRadarValues( m_PlayerNumber );
|
||||
else if( g_Contents[c].req&NEED_COURSE )
|
||||
rv = pTrail->GetRadarValues();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user