fix gcc compile

This commit is contained in:
Glenn Maynard
2006-09-26 08:38:57 +00:00
parent 5d6be12093
commit 50a5d55383
+1 -1
View File
@@ -12,7 +12,7 @@ static const char *TweenTypeNames[] = {
"Spring",
"Bezier"
};
LuaXType( TweenType, NUM_TweenType, "TweenType_" );
LuaXType( TweenType );
struct TweenLinear: public ITween