Revert. Reloading is a hack and shouldn't be part of the API.

This commit is contained in:
Steve Checkoway
2006-03-18 13:26:01 +00:00
parent dd3206c4fc
commit c4835e0adb
7 changed files with 17 additions and 43 deletions
-5
View File
@@ -77,11 +77,6 @@ void Screen::BeginScreen()
this->RunCommands( THEME->GetMetricA(m_sName, "ScreenOnCommand") );
}
void Screen::ReloadScreen()
{
SCREENMAN->SetNewScreen( m_sName );
}
void Screen::Update( float fDeltaTime )
{
ActorFrame::Update( fDeltaTime );