reduce MenuTimer dependencies

This commit is contained in:
Glenn Maynard
2003-11-07 20:10:38 +00:00
parent a5f53bcd44
commit 884488732d
11 changed files with 44 additions and 26 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ void ScreenSelectMaster::HandleScreenMessage( const ScreenMessage SM )
case SM_BeginFadingOut:
float fSecs = TweenOffScreen();
SCREENMAN->PostMessageToTopScreen( SM_AllDoneChoosing, fSecs ); // nofify parent that we're finished
m_Menu.m_MenuTimer.Stop();
m_Menu.StopTimer();
break;
}
}