From 5966bdf3e147f0ebc68db98c038dbb1337a93fb2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 21 Nov 2006 04:00:56 +0000 Subject: [PATCH] no longer true --- stepmania/src/ScreenOptionsMasterPrefs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/ScreenOptionsMasterPrefs.h b/stepmania/src/ScreenOptionsMasterPrefs.h index 592a9dd99f..c185414fe1 100644 --- a/stepmania/src/ScreenOptionsMasterPrefs.h +++ b/stepmania/src/ScreenOptionsMasterPrefs.h @@ -14,8 +14,7 @@ struct ConfOption { static ConfOption *Find( RString name ); - /* Name of this option. It's helpful to delimit this with newlines, as it'll - * be the default display title. */ + /* Name of this option. */ RString name; typedef void (*MoveData_t)( int &sel, bool ToSel, const ConfOption *pConfOption ); MoveData_t MoveData;