From 335d0ac4212924d916ae6b6978fc3f3c8b505497 Mon Sep 17 00:00:00 2001 From: Alexander Monakov Date: Fri, 31 Dec 2010 02:37:13 +0300 Subject: [PATCH] Prepare to add animation bits --- Source/Animation.def | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Source/Animation.def b/Source/Animation.def index 3b33c38..5128682 100644 --- a/Source/Animation.def +++ b/Source/Animation.def @@ -19,6 +19,20 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef DECLARE_ANIM_BIT +DECLARE_ANIM_BIT(ab_idle) +DECLARE_ANIM_BIT(ab_sit) +DECLARE_ANIM_BIT(ab_sleep) +DECLARE_ANIM_BIT(ab_crouch) +DECLARE_ANIM_BIT(ab_run) +DECLARE_ANIM_BIT(ab_stop) +DECLARE_ANIM_BIT(ab_land) +DECLARE_ANIM_BIT(ab_landhard) +DECLARE_ANIM_BIT(ab_flip) +DECLARE_ANIM_BIT(ab_walljump) +#endif + +#ifdef DECLARE_ANIM DECLARE_ANIM(runanim, "Run", middleheight, neutral) DECLARE_ANIM(bounceidleanim, "Idle", middleheight, neutral) DECLARE_ANIM(stopanim, "Stop", middleheight, neutral) @@ -152,3 +166,4 @@ DECLARE_ANIM(wolftacklereversed, "", 0, 0) DECLARE_ANIM(wolftacklinganim, "", 0, 0) DECLARE_ANIM(tempanim, "", 0, 0) +#endif -- 2.39.2