This commit is contained in:
Glenn Maynard
2003-11-29 18:46:40 +00:00
parent 3952930730
commit 52d25101d8
+2 -2
View File
@@ -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 );