From: Côme Chilliet <come@chilliet.eu>
Date: Sat, 25 Feb 2017 00:37:01 +0000 (+0100)
Subject: Set forgotten rabbit talk anim
X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=25fd991fca18b740e622d8cf50532f18af1b9711;p=lugaru.git

Set forgotten rabbit talk anim
---

diff --git a/Source/Objects/PersonType.cpp b/Source/Objects/PersonType.cpp
index b3a803f..093dca3 100644
--- a/Source/Objects/PersonType.cpp
+++ b/Source/Objects/PersonType.cpp
@@ -90,6 +90,7 @@ void PersonType::Load()
     types[rabbittype].animLandingHard = landhardanim;
     types[rabbittype].animFightIdle = fightidleanim;
     types[rabbittype].animBounceIdle = bounceidleanim;
+    types[rabbittype].animTalkIdle = talkidleanim;
 
     types[rabbittype].soundsAttack[0] = rabbitattacksound;
     types[rabbittype].soundsAttack[1] = rabbitattack2sound;