From e096178eb414f773db210e4649c407eef3bc163f Mon Sep 17 00:00:00 2001 From: Andrew Livy Date: Fri, 19 Jul 2002 19:46:33 +0000 Subject: [PATCH] Fixed an oops I made with Evaluations... --- stepmania/src/ScreenEvaluation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/ScreenEvaluation.cpp b/stepmania/src/ScreenEvaluation.cpp index 0b2ca1f646..de11f70198 100644 --- a/stepmania/src/ScreenEvaluation.cpp +++ b/stepmania/src/ScreenEvaluation.cpp @@ -212,9 +212,9 @@ ScreenEvaluation::ScreenEvaluation( bool bSummary ) { m_textJudgeNumbers[l][p].SetZoomX(0); // Hide These Ones } - else if (l == 5) // sneakily use this one for the max combo. + else if (l == 5 && GAMEMAN->m_CurGame == GAME_EZ2 ) // sneakily use this one for the max combo. { - if (p == PLAYER_1) + if (p == PLAYER_ ) { m_textJudgeNumbers[l][p].SetXY( JUDGE_NUMBERS_X_EZ2[p]-40, JUDGE_EZ2_COOL_Y + 180); }