From: Alexander Monakov Date: Thu, 30 Dec 2010 23:37:13 +0000 (+0300) Subject: Prepare to add animation bits X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=335d0ac4212924d916ae6b6978fc3f3c8b505497;hp=03e3d05a91e2a3aea407387d9531177b2ca31813;p=lugaru.git Prepare to add animation bits --- 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