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
+3 -3
View File
@@ -26,7 +26,7 @@ static const char *NotePartNames[] = {
"HoldBottomCap",
"HoldTail",
};
XToString( NotePart, NUM_NotePart );
XToString2( NotePart );
static const RageVector2 g_emptyVector = RageVector2( 0, 0 );
@@ -234,13 +234,13 @@ static const char *HoldTypeNames[] = {
"hold",
"roll",
};
XToString( HoldType, NUM_HoldType );
XToString2( HoldType );
static const char *ActiveTypeNames[] = {
"active",
"inactive",
};
XToString( ActiveType, NUM_ActiveType );
XToString2( ActiveType );