CustomDifficulty fixup

This commit is contained in:
Chris Danford
2008-12-21 01:27:33 +00:00
parent 997af3bd90
commit 01979945d3
15 changed files with 60 additions and 47 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ void StepsDisplay::SetInternal( const SetParams &params )
{
RString sCustomDifficulty ;
if( params.st != StepsType_Invalid )
sCustomDifficulty = GetCustomDifficulty( params.dc, GameManager::GetStepsTypeInfo(params.st).m_StepsTypeCategory );
sCustomDifficulty = GetCustomDifficulty( params.st, params.dc );
Message msg( "Set" );
if( params.pSteps )