remove unnecessary capitalization hack - it's messing up UTF8 strings
This commit is contained in:
@@ -1990,10 +1990,6 @@ public:
|
|||||||
const Steps* pSteps = vpStepsToShow[i];
|
const Steps* pSteps = vpStepsToShow[i];
|
||||||
RString sDifficulty = DifficultyToLocalizedString( pSteps->GetDifficulty() );
|
RString sDifficulty = DifficultyToLocalizedString( pSteps->GetDifficulty() );
|
||||||
|
|
||||||
// HACK: reset capitalization
|
|
||||||
sDifficulty.MakeLower();
|
|
||||||
sDifficulty = Capitalize( sDifficulty );
|
|
||||||
|
|
||||||
lua_pushstring( L, sDifficulty );
|
lua_pushstring( L, sDifficulty );
|
||||||
lua_pushstring( L, pSteps->GetDescription() );
|
lua_pushstring( L, pSteps->GetDescription() );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user