]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Animation.cpp
Remove some extra declarations of "channels"
[lugaru.git] / Source / Animation.cpp
index a01b9ead8cbcbf44071c82c006a7b6ca02657b0b..4e5a65fb005414fde791bc4aa4dd4f5106e413bb 100644 (file)
@@ -30,7 +30,7 @@ struct animation_data_elt
 };
 
 static animation_data_elt animation_data[animation_count] = {
-#define DECLARE_ANIM(id, file, height, attack) {file, height, attack},
+#define DECLARE_ANIM(id, file, height, attack, ...) {file, height, attack},
 #include "Animation.def"
 #undef DECLARE_ANIM
 };