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
@@ -33,7 +33,7 @@ static const char *UnlockRequirementNames[] =
"Toasties",
"StagesCleared"
};
XToString( UnlockRequirement, NUM_UnlockRequirement );
XToString2( UnlockRequirement );
StringToX( UnlockRequirement );
LuaXType( UnlockRequirement );
@@ -44,7 +44,7 @@ static const char *UnlockRewardTypeNames[] =
"Course",
"Modifier",
};
XToString( UnlockRewardType, NUM_UnlockRewardType );
XToString2( UnlockRewardType );
XToLocalizedString( UnlockRewardType );
LuaXType( UnlockRewardType );
LuaFunction( UnlockRewardTypeToLocalizedString, UnlockRewardTypeToLocalizedString(Enum::Check<UnlockRewardType>(L, 1)) );