fixing glitches in SelectGroup

This commit is contained in:
Chris Danford
2003-03-10 01:28:53 +00:00
parent 080a92450c
commit 16a056e6a5
10 changed files with 54 additions and 114 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ void ScreenSelectDifficulty::HandleScreenMessage( const ScreenMessage SM )
{
case SM_BeginFadingOut:
TweenOffScreen();
SCREENMAN->SendMessageToTopScreen( SM_AllDoneChoosing, SLEEP_AFTER_CHOICE_SECONDS ); // nofify parent that we're finished
SCREENMAN->SendMessageToTopScreen( SM_AllDoneChoosing, SLEEP_AFTER_TWEEN_OFF_SECONDS ); // nofify parent that we're finished
break;
}
}