show "N/A", not "?", for Player Best if no Profile present
This commit is contained in:
@@ -157,7 +157,10 @@ void PaneDisplay::SetContent( PaneContents c )
|
|||||||
if( (g_Contents[c].req&NEED_COURSE) && !pTrail )
|
if( (g_Contents[c].req&NEED_COURSE) && !pTrail )
|
||||||
goto done;
|
goto done;
|
||||||
if( (g_Contents[c].req&NEED_PROFILE) && !pProfile )
|
if( (g_Contents[c].req&NEED_PROFILE) && !pProfile )
|
||||||
|
{
|
||||||
|
str = "N/A";
|
||||||
goto done;
|
goto done;
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
RadarValues rv;
|
RadarValues rv;
|
||||||
|
|||||||
Reference in New Issue
Block a user