Use XToString2.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user