]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Animation.h
Add bits as last arg to DECLARE_ANIM
[lugaru.git] / Source / Animation.h
index b292813f31429369e7f0c8aa56fbc04e87c92ca8..0720426efa38724a0144b81346d34560b383c881 100644 (file)
@@ -32,7 +32,7 @@ enum anim_height_type {
 
 
 enum animation_types {
-#define DECLARE_ANIM(id, file, height, attack) id,
+#define DECLARE_ANIM(id, ...) id,
 #include "Animation.def"
 #undef DECLARE_ANIM
 animation_count