From 205c2329a2adc4f80a4e930d5365568a07681333 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 27 Sep 2006 20:33:26 +0000 Subject: [PATCH] XToString --- stepmania/src/Actor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/Actor.cpp b/stepmania/src/Actor.cpp index 7f807ff3a0..38e6877f49 100644 --- a/stepmania/src/Actor.cpp +++ b/stepmania/src/Actor.cpp @@ -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 )