don't bink selection while context menu screen is showing

This commit is contained in:
Chris Danford
2005-09-12 20:14:39 +00:00
parent 2822b320fd
commit 4e0d074e4b
@@ -320,6 +320,14 @@ void ScreenOptionsManageCourses::HandleScreenMessage( const ScreenMessage SM )
}
}
}
else if( SM == SM_LoseFocus )
{
this->PlayCommand( "ScreenLoseFocus" );
}
else if( SM == SM_GainFocus )
{
this->PlayCommand( "ScreenGainFocus" );
}
ScreenOptions::HandleScreenMessage( SM );
}