remove TweenOff

This commit is contained in:
Glenn Maynard
2005-10-14 02:30:47 +00:00
parent 25ee89ef33
commit ec78fe0019
-5
View File
@@ -308,11 +308,6 @@ void ScreenSelectMaster::HandleScreenMessage( const ScreenMessage SM )
m_fLockInputSecs = POST_SWITCH_PAGE_SECONDS;
}
else if( SM == SM_BeginFadingOut )
{
/* Backwards compatibility (deprecated). */
this->PlayCommand( "TweenOff" );
}
}
int ScreenSelectMaster::GetSelectionIndex( PlayerNumber pn )