Use XToString2.

This commit is contained in:
Steve Checkoway
2006-10-15 00:00:22 +00:00
parent 5c88094731
commit 04bff6bc1d
34 changed files with 62 additions and 62 deletions
+2 -2
View File
@@ -40,14 +40,14 @@ static const char *JudgeLineNames[] =
{
"W1", "W2", "W3", "W4", "W5", "Miss", "Held", "MaxCombo"
};
XToString( JudgeLine, NUM_JudgeLine );
XToString2( JudgeLine );
#define FOREACH_JudgeLine( rc ) FOREACH_ENUM( JudgeLine, rc )
static const char *StatLineNames[NUM_StatLine] =
{
"Jumps", "Holds", "Mines", "Hands", "Rolls",
};
XToString( StatLine, NUM_StatLine );
XToString2( StatLine );
#define FOREACH_StatLine( rc ) FOREACH_ENUM( StatLine, rc )
#define CHEER_DELAY_SECONDS THEME->GetMetricF(m_sName,"CheerDelaySeconds")