show "N/A", not "?", for Player Best if no Profile present

This commit is contained in:
Chris Danford
2004-08-22 17:35:22 +00:00
parent c4febdcf62
commit 097efbb08b
+3
View File
@@ -157,7 +157,10 @@ void PaneDisplay::SetContent( PaneContents c )
if( (g_Contents[c].req&NEED_COURSE) && !pTrail )
goto done;
if( (g_Contents[c].req&NEED_PROFILE) && !pProfile )
{
str = "N/A";
goto done;
}
{
RadarValues rv;