From 25fd991fca18b740e622d8cf50532f18af1b9711 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=B4me=20Chilliet?= Date: Sat, 25 Feb 2017 01:37:01 +0100 Subject: [PATCH] Set forgotten rabbit talk anim --- Source/Objects/PersonType.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2