X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FObjects%2FPersonType.hpp;h=5502b4cedb40725fb60f1528f01792daa5fbac00;hp=f981113bf536fd5fd77642dacede336448cc0b05;hb=7aa870825c0e851e69703d9730e20db6eb94a675;hpb=265236f7b4d05d576a4a6fd81823abff5f3f757b diff --git a/Source/Objects/PersonType.hpp b/Source/Objects/PersonType.hpp index f981113..5502b4c 100644 --- a/Source/Objects/PersonType.hpp +++ b/Source/Objects/PersonType.hpp @@ -44,6 +44,7 @@ public: animation_type animFightIdle; animation_type animBounceIdle; animation_type animTalkIdle; + animation_type animHurtIdle; sound_type soundsAttack[4]; sound_type soundsTalk[2]; @@ -69,6 +70,7 @@ public: PersonType(); bool hasAnimTalkIdle(); + bool hasAnimHurtIdle(); static std::vector types; static void Load();