GenericTweenOff

This commit is contained in:
Glenn Maynard
2007-05-08 05:09:38 +00:00
parent 0e47b10e82
commit 4e39161fd4
2 changed files with 1 additions and 10 deletions
-8
View File
@@ -412,14 +412,6 @@ void ScreenMapControllers::Input( const InputEventPlus &input )
Refresh();
}
void ScreenMapControllers::TweenOffScreen()
{
ScreenWithMenuElements::TweenOffScreen();
OFF_COMMAND( m_LineScroller );
OFF_COMMAND( m_textDevices );
}
Actor *ScreenMapControllers::GetActorWithFocus()
{
if( m_iCurButton == (int) m_KeysToMap.size() )