diff --git a/stepmania/src/ScreenTextEntry.cpp b/stepmania/src/ScreenTextEntry.cpp index 6b8d62ba93..45447568fe 100644 --- a/stepmania/src/ScreenTextEntry.cpp +++ b/stepmania/src/ScreenTextEntry.cpp @@ -63,7 +63,6 @@ ScreenTextEntry::ScreenTextEntry( ScreenMessage SM_SendWhenDone, CString sQuesti m_rectAnswerBox.SetZoomY( ANSWER_HEIGHT ); this->AddChild( &m_rectAnswerBox ); - m_textAnswer.LoadFromFont( THEME->GetPathTo("Fonts","header1") ); m_textAnswer.LoadFromFont( THEME->GetPathTo("Fonts","header1") ); m_textAnswer.SetXY( ANSWER_X, ANSWER_Y ); m_textAnswer.SetText( LStringToCString(m_sAnswer) );