From 50a5d55383a50db1cf160f8dff76ec900fe6122f Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 26 Sep 2006 08:38:57 +0000 Subject: [PATCH] fix gcc compile --- stepmania/src/Tween.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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