diff --git a/stepmania/src/PaneDisplay.cpp b/stepmania/src/PaneDisplay.cpp index 410d166c96..f144845d06 100644 --- a/stepmania/src/PaneDisplay.cpp +++ b/stepmania/src/PaneDisplay.cpp @@ -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;