]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Animation/Animation.hpp
Put some sounds and animations information in creature types
[lugaru.git] / Source / Animation / Animation.hpp
index 912a60ea00aec3073d303105315ae21efac8d9e3..1a03f8eca577cb1c8f908ffb1d5a748c79197455 100644 (file)
@@ -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