call base

This commit is contained in:
Glenn Maynard
2005-07-12 06:56:09 +00:00
parent 70f2d0e0e5
commit 1b937f7c1e
+4
View File
@@ -1369,6 +1369,8 @@ void ScreenEvaluation::HandleScreenMessage( const ScreenMessage SM )
if( m_sndPassFail.IsPlaying() )
m_sndPassFail.Stop();
return;
}
else if( SM == SM_PlayCheer )
{
@@ -1396,6 +1398,8 @@ void ScreenEvaluation::HandleScreenMessage( const ScreenMessage SM )
m_textScore[p].SetText( ssprintf("%*.0i", NUM_SCORE_DIGITS, STATSMAN->m_CurStageStats.m_player[p].iScore) );
}
}
ScreenWithMenuElements::HandleScreenMessage( SM );
}
void ScreenEvaluation::MenuLeft( PlayerNumber pn )