From 759b5fc2201f434cd048690ec0732e2c81ccc15f Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 22 Mar 2009 14:10:51 +0000 Subject: [PATCH] fix compile --- stepmania/src/ScreenOptionsEditPlaylist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenOptionsEditPlaylist.cpp b/stepmania/src/ScreenOptionsEditPlaylist.cpp index d4d4181cc0..308c100977 100644 --- a/stepmania/src/ScreenOptionsEditPlaylist.cpp +++ b/stepmania/src/ScreenOptionsEditPlaylist.cpp @@ -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 ); }