diff --git a/stepmania/src/ScreenTextEntry.cpp b/stepmania/src/ScreenTextEntry.cpp index e8049fa71f..eb625dbefe 100644 --- a/stepmania/src/ScreenTextEntry.cpp +++ b/stepmania/src/ScreenTextEntry.cpp @@ -181,14 +181,11 @@ void ScreenTextEntry::UpdateKeyboardText() void ScreenTextEntry::UpdateAnswerText() { - CString s = WStringToRString(m_sAnswer); + CString s; if( g_bPassword ) - { - int len = s.GetLength(); - s = ""; - for( int i=0; i= g_iMaxInputLength; if( m_bShowAnswerCaret && !bAnswerFull )