'
This commit is contained in:
@@ -33,11 +33,11 @@ void SMLoader::LoadFromSMTokens(
|
|||||||
out.SetDifficulty(StringToDifficulty( sDifficulty ));
|
out.SetDifficulty(StringToDifficulty( sDifficulty ));
|
||||||
|
|
||||||
// HACK: We used to store SMANIAC as DIFFICULTY_HARD with special description.
|
// 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 )
|
if( sDescription.CompareNoCase("smaniac") == 0 )
|
||||||
out.SetDifficulty( DIFFICULTY_CHALLENGE );
|
out.SetDifficulty( DIFFICULTY_CHALLENGE );
|
||||||
// HACK: We used to store CHALLENGE as DIFFICULTY_HARD with special description.
|
// 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 )
|
if( sDescription.CompareNoCase("challenge") == 0 )
|
||||||
out.SetDifficulty( DIFFICULTY_CHALLENGE );
|
out.SetDifficulty( DIFFICULTY_CHALLENGE );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user