From 1a20247952c6f2149245c922881699a9951edd19 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 8 Jan 2012 16:16:24 -0500 Subject: [PATCH] Update the comments. We no longer restrict couple or routine here. --- src/Difficulty.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Difficulty.cpp b/src/Difficulty.cpp index 60471109df..9f18ac5442 100644 --- a/src/Difficulty.cpp +++ b/src/Difficulty.cpp @@ -79,9 +79,8 @@ RString GetCustomDifficulty( StepsType st, Difficulty dc, CourseType ct ) /* XXX GAMEMAN->GetStepsTypeInfo( StepsType_Invalid ) will crash. I'm not * sure what the correct behavior in this case should be. Should we still * allow custom difficulties? Why do we not allow custom difficulties for - * Couple, Routine, or Edit? - Steve */ - // CustomDifficulty for Edit defeats the purpose of the edit's name. - // I don't know the other two. -aj + * Edit? - Steve */ + // CustomDifficulty for Edit defeats the purpose of the edit's name. -aj if( st == StepsType_Invalid ) { /* This is not totally necessary since DifficultyToString() will