XToString

This commit is contained in:
Glenn Maynard
2006-09-27 20:33:26 +00:00
parent f4975f1f54
commit 205c2329a2
+2
View File
@@ -37,6 +37,7 @@ static const char *HorizAlignNames[] = {
"Center",
"Right"
};
XToString( HorizAlign, NUM_HorizAlign );
LuaXType( HorizAlign );
static const char *VertAlignNames[] = {
@@ -44,6 +45,7 @@ static const char *VertAlignNames[] = {
"Middle",
"Bottom"
};
XToString( VertAlign, NUM_VertAlign );
LuaXType( VertAlign );
void Actor::SetBGMTime( float fTime, float fBeat )