From 52d25101d8ee4e6b27c5ba89b7ce8ad44c389b27 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 29 Nov 2003 18:46:40 +0000 Subject: [PATCH] ' --- stepmania/src/NotesLoaderSM.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/NotesLoaderSM.cpp b/stepmania/src/NotesLoaderSM.cpp index 0742e3c3c7..cd3d79332b 100644 --- a/stepmania/src/NotesLoaderSM.cpp +++ b/stepmania/src/NotesLoaderSM.cpp @@ -33,11 +33,11 @@ void SMLoader::LoadFromSMTokens( out.SetDifficulty(StringToDifficulty( sDifficulty )); // HACK: We used to store SMANIAC as DIFFICULTY_HARD with special description. - // Now, it has it's own DIFFICULTY_CHALLENGE + // Now, it has its own DIFFICULTY_CHALLENGE if( sDescription.CompareNoCase("smaniac") == 0 ) out.SetDifficulty( DIFFICULTY_CHALLENGE ); // HACK: We used to store CHALLENGE as DIFFICULTY_HARD with special description. - // Now, it has it's own DIFFICULTY_CHALLENGE + // Now, it has its own DIFFICULTY_CHALLENGE if( sDescription.CompareNoCase("challenge") == 0 ) out.SetDifficulty( DIFFICULTY_CHALLENGE );