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
@@ -29,7 +29,7 @@ static const char *TimingWindowNames[] = {
"Hold",
"Roll",
};
XToString( TimingWindow, NUM_TimingWindow );
XToString2( TimingWindow );
static const char *ScoreEventNames[] = {
@@ -43,7 +43,7 @@ static const char *ScoreEventNames[] = {
"Held",
"LetGo",
};
XToString( ScoreEvent, NUM_ScoreEvent );
XToString2( ScoreEvent );
static const char *MusicWheelUsesSectionsNames[] = {