Init already calls ReloadCreditsText

This commit is contained in:
Glenn Maynard
2005-02-28 05:11:34 +00:00
parent f9f5e0671c
commit 89e1da3fcb
-1
View File
@@ -98,7 +98,6 @@ void ScreenManager::ThemeChanged()
SAFE_DELETE( m_SystemLayer );
m_SystemLayer = new ScreenSystemLayer;
m_SystemLayer->Init();
m_SystemLayer->ReloadCreditsText();
this->RefreshCreditsMessages();
}