]> 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 fdcba0e1707c53ea5a78aed5f739c29e6408bc30..1a03f8eca577cb1c8f908ffb1d5a748c79197455 100644 (file)
@@ -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