]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Animation.h
Fixed lots of errors spotted by cppcheck
[lugaru.git] / Source / Animation.h
index ed6f2785854619795c727c9c87a5a66da29d2a75..f5ac6b420b9be8e08ecb0c222edecdd7ed8a2995 100644 (file)
@@ -28,7 +28,6 @@ enum anim_height_type {
     lowheight, middleheight, highheight
 };
 
-
 enum animation_types {
 #define DECLARE_ANIM(id, ...) id,
 #include "Animation.def"