X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FAnimation%2FAnimation.def;h=6fc11a6e7d672c7276857b79863cbffc0b669f7b;hb=0aab437dc560d2afa982e61cc2547756ad7b0761;hp=2a48c427601bdda6e9b92211363aa42f3570dd94;hpb=4d0ec1838440e55f24e8ec9501a62348cd9e2ec3;p=lugaru.git diff --git a/Source/Animation/Animation.def b/Source/Animation/Animation.def index 2a48c42..6fc11a6 100644 --- a/Source/Animation/Animation.def +++ b/Source/Animation/Animation.def @@ -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. @@ -141,27 +141,27 @@ DECLARE_ANIM(dead2anim, "Dead2", lowheight, neutral, ab_sleep) DECLARE_ANIM(dead3anim, "Dead3", lowheight, neutral, ab_sleep) DECLARE_ANIM(dead4anim, "Dead4", lowheight, neutral, ab_sleep) -DECLARE_ANIM(tempanim, "", 0, 0, 0) +DECLARE_ANIM(tempanim, "Tempanim", lowheight, neutral, 0) -DECLARE_ANIM(loadable_anim_end, "", 0, 0, 0) +DECLARE_ANIM(loadable_anim_end, "", lowheight, neutral, 0) /* Not implemented. */ -DECLARE_ANIM(rabbittacklereversal, "", 0, 0, 0) -DECLARE_ANIM(rabbittacklereversed, "", 0, 0, 0) -DECLARE_ANIM(sworddisarmanim, "", 0, 0, 0) -DECLARE_ANIM(swordslashleftanim, "", 0, 0, 0) -DECLARE_ANIM(swordslashrightanim, "", 0, 0, 0) -DECLARE_ANIM(swordstabanim, "", 0, 0, 0) -DECLARE_ANIM(wolfbashanim, "", 0, 0, 0) -DECLARE_ANIM(wolfclawanim, "", 0, 0, 0) -DECLARE_ANIM(wolffightidle, "", 0, 0, 0) -DECLARE_ANIM(wolfhurtidle, "", 0, 0, 0) -DECLARE_ANIM(wolfsneakanim, "", 0, 0, 0) -DECLARE_ANIM(wolfswordidle, "", 0, 0, 0) -DECLARE_ANIM(wolftackleanim, "", 0, 0, 0) -DECLARE_ANIM(wolftackledbacanim, "", 0, 0, 0) -DECLARE_ANIM(wolftackledfrontanim, "", 0, 0, 0) -DECLARE_ANIM(wolftacklereversal, "", 0, 0, 0) -DECLARE_ANIM(wolftacklereversed, "", 0, 0, 0) -DECLARE_ANIM(wolftacklinganim, "", 0, 0, 0) +DECLARE_ANIM(rabbittacklereversal, "", lowheight, neutral, 0) +DECLARE_ANIM(rabbittacklereversed, "", lowheight, neutral, 0) +DECLARE_ANIM(sworddisarmanim, "", lowheight, neutral, 0) +DECLARE_ANIM(swordslashleftanim, "", lowheight, neutral, 0) +DECLARE_ANIM(swordslashrightanim, "", lowheight, neutral, 0) +DECLARE_ANIM(swordstabanim, "", lowheight, neutral, 0) +DECLARE_ANIM(wolfbashanim, "", lowheight, neutral, 0) +DECLARE_ANIM(wolfclawanim, "", lowheight, neutral, 0) +DECLARE_ANIM(wolffightidle, "", lowheight, neutral, 0) +DECLARE_ANIM(wolfhurtidle, "", lowheight, neutral, 0) +DECLARE_ANIM(wolfsneakanim, "", lowheight, neutral, 0) +DECLARE_ANIM(wolfswordidle, "", lowheight, neutral, 0) +DECLARE_ANIM(wolftackleanim, "", lowheight, neutral, 0) +DECLARE_ANIM(wolftackledbacanim, "", lowheight, neutral, 0) +DECLARE_ANIM(wolftackledfrontanim, "", lowheight, neutral, 0) +DECLARE_ANIM(wolftacklereversal, "", lowheight, neutral, 0) +DECLARE_ANIM(wolftacklereversed, "", lowheight, neutral, 0) +DECLARE_ANIM(wolftacklinganim, "", lowheight, neutral, 0) #endif