X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAnimation%2FAnimation.hpp;h=1a03f8eca577cb1c8f908ffb1d5a748c79197455;hb=9981ce00aba99f97ecca8ff7e9331c3a11d8c1be;hp=912a60ea00aec3073d303105315ae21efac8d9e3;hpb=03fbcc5b5e18dbf62c48849fc8d02cd250aa744e;p=lugaru.git diff --git a/Source/Animation/Animation.hpp b/Source/Animation/Animation.hpp index 912a60e..1a03f8e 100644 --- a/Source/Animation/Animation.hpp +++ b/Source/Animation/Animation.hpp @@ -1,5 +1,5 @@ /* -Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) +Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -32,7 +32,7 @@ enum anim_height_type { lowheight, middleheight, highheight }; -enum animation_types { +enum animation_type { #define DECLARE_ANIM(id, ...) id, #include "Animation.def" #undef DECLARE_ANIM