X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAnimation.cpp;h=4e5a65fb005414fde791bc4aa4dd4f5106e413bb;hb=8afdcba610cded0e54b85069ba051268b29669a6;hp=a01b9ead8cbcbf44071c82c006a7b6ca02657b0b;hpb=457bf24c8c59025657f24b62625145e72289177a;p=lugaru.git diff --git a/Source/Animation.cpp b/Source/Animation.cpp index a01b9ea..4e5a65f 100644 --- a/Source/Animation.cpp +++ b/Source/Animation.cpp @@ -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 };