From fc393f92c5d4f17c6086434f13b93c17bb7e2050 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Thu, 4 Aug 2011 12:35:38 -0500 Subject: [PATCH] slight comment update --- src/PaneDisplay.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PaneDisplay.cpp b/src/PaneDisplay.cpp index 0e3a82ca4c..4761dd1b8e 100644 --- a/src/PaneDisplay.cpp +++ b/src/PaneDisplay.cpp @@ -124,9 +124,9 @@ void PaneDisplay::SetContent( PaneCategory c ) const Profile *pProfile = PROFILEMAN->IsPersistentProfile(m_PlayerNumber) ? PROFILEMAN->GetProfile(m_PlayerNumber) : NULL; bool bIsPlayerEdit = pSteps && pSteps->IsAPlayerEdit(); - // Note: in SM3.9, all values would get set to a "?" if the current - // selection (pSong/pCourse, in this case) is invalid. In sm-ssc, we use - // the falback values (everything is blank). + // Note: In SM3.9, all values would get set to a "?" if the current + // selection (pSong/pCourse, in this case) is invalid. + // We use fallback values (everything is blank). // TODO: add a theme option to use a similar behavior. -aj if(GAMESTATE->IsCourseMode() && !pTrail)