From 9b8818687dde414c40fcd4888aeaeb45ffdd964a Mon Sep 17 00:00:00 2001 From: David Cernat Date: Fri, 6 Dec 2019 20:59:43 +0200 Subject: [PATCH] [General] Add mDeathAnimationFinished to mwmp::SimpleCreatureStats --- components/openmw-mp/Base/BaseStructs.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/openmw-mp/Base/BaseStructs.hpp b/components/openmw-mp/Base/BaseStructs.hpp index 823d8b212..60b117709 100644 --- a/components/openmw-mp/Base/BaseStructs.hpp +++ b/components/openmw-mp/Base/BaseStructs.hpp @@ -133,6 +133,7 @@ namespace mwmp { ESM::StatState mDynamic[3]; bool mDead; + bool mDeathAnimationFinished; }; }