fix wrong title and icon showing at startup

This commit is contained in:
Chris Danford
2003-05-25 22:39:23 +00:00
parent bb089f467e
commit 55c3f4758e
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -240,6 +240,7 @@ void ScreenTitleMenu::Input( const DeviceInput& DeviceI, const InputEventType ty
if( CodeDetector::EnteredCode(GameI.controller,CodeDetector::CODE_NEXT_THEME) )
{
THEME->NextTheme();
ApplyGraphicOptions(); // update window title and icon
SCREENMAN->SystemMessage( "Theme: "+THEME->GetCurThemeName() );
SCREENMAN->SetNewScreen( "ScreenTitleMenu" );
TEXTUREMAN->DoDelayedDelete();