From 2a7addfe83256b79e0f512c3cc47ebfe30f2c977 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 13 Oct 2005 22:45:24 +0000 Subject: [PATCH] fix metric --- stepmania/src/ScreenEvaluation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenEvaluation.cpp b/stepmania/src/ScreenEvaluation.cpp index e552ad0038..bc0629458e 100644 --- a/stepmania/src/ScreenEvaluation.cpp +++ b/stepmania/src/ScreenEvaluation.cpp @@ -41,7 +41,7 @@ const int NUM_SCORE_DIGITS = 9; #define BANNER_HEIGHT THEME->GetMetricF(m_sName,"BannerHeight") static const CString JudgeLineNames[] = { - "W1", "W2", "W3", "W4", "W5", "Miss", "OK", "MaxCombo", "TotalError" + "W1", "W2", "W3", "W4", "W5", "Miss", "Held", "MaxCombo", "TotalError" }; XToString( JudgeLine, NUM_JudgeLine ); #define FOREACH_JudgeLine( rc ) FOREACH_ENUM( JudgeLine, NUM_JudgeLine, rc )