simplify HelpDisplay

This commit is contained in:
Glenn Maynard
2006-08-16 05:52:24 +00:00
parent d0872d4459
commit c022522fa8
3 changed files with 8 additions and 19 deletions
+1
View File
@@ -98,6 +98,7 @@ void ScreenWithMenuElements::Init()
m_textHelp->SetName( "Help" );
m_textHelp->Load( "HelpDisplay" );
m_textHelp->LoadFromFont( THEME->GetPathF("HelpDisplay","text") );
SET_XY( m_textHelp );
LoadHelpText();
this->AddChild( m_textHelp );