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
@@ -37,7 +37,7 @@ static const char *HorizAlignNames[] = {
"Center",
"Right"
};
XToString2( HorizAlign );
XToString( HorizAlign );
LuaXType( HorizAlign );
static const char *VertAlignNames[] = {
@@ -45,7 +45,7 @@ static const char *VertAlignNames[] = {
"Middle",
"Bottom"
};
XToString2( VertAlign );
XToString( VertAlign );
LuaXType( VertAlign );
void Actor::SetBGMTime( float fTime, float fBeat )