Rename XToString2 to XToString.

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