diff --git a/stepmania/src/Tween.cpp b/stepmania/src/Tween.cpp index 859f446f43..a26e317e4d 100644 --- a/stepmania/src/Tween.cpp +++ b/stepmania/src/Tween.cpp @@ -12,7 +12,7 @@ static const char *TweenTypeNames[] = { "Spring", "Bezier" }; -LuaXType( TweenType, NUM_TweenType, "TweenType_" ); +LuaXType( TweenType ); struct TweenLinear: public ITween