When start/back is pressed at the evaluation screen, settle the grade immediately so it can be seen during fade out.

This commit is contained in:
Glenn Maynard
2002-08-20 08:34:46 +00:00
parent 4e52525262
commit 748c21c0f8
+2
View File
@@ -769,6 +769,8 @@ void ScreenEvaluation::TweenOffScreen()
*/
for( p=0; p<NUM_PLAYERS; p++ )
{
m_Grades[p].SettleImmediately();
m_BonusInfoFrame[p].BeginTweeningQueued( MENU_ELEMENTS_TWEEN_TIME, Actor::TWEEN_BIAS_END );
m_BonusInfoFrame[p].SetTweenZoomY( 0 );