add EndScreen(), symmetric with BeginScreen

This commit is contained in:
Glenn Maynard
2006-03-16 05:38:47 +00:00
parent 72c25d79d9
commit 3699674088
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -323,6 +323,7 @@ ScreenMessage ScreenManager::PopTopScreenInternal( bool bSendLoseFocus )
if( bSendLoseFocus )
ls.m_pScreen->HandleScreenMessage( SM_LoseFocus );
ls.m_pScreen->EndScreen();
if( g_setPersistantScreens.find(ls.m_pScreen->GetName()) != g_setPersistantScreens.end() )
{