fix compile

This commit is contained in:
Chris Danford
2009-03-22 14:10:51 +00:00
parent ed75682b9f
commit 759b5fc220
+1 -1
View File
@@ -46,7 +46,7 @@ public:
if( (*steps)->GetDifficulty() == Difficulty_Edit )
s = (*steps)->GetDescription();
else
s = DifficultyToLocalizedString( (*steps)->GetDifficulty() );
s = GetLocalizedCustomDifficulty( (*steps)->m_StepsType, (*steps)->GetDifficulty() );
s += ssprintf( " %d", (*steps)->GetMeter() );
m_Def.m_vsChoices.push_back( s );
}