mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-31 14:07:38 +00:00
[General] Add mDeathAnimationFinished to mwmp::SimpleCreatureStats
This commit is contained in:
parent
7dd03798e7
commit
9b8818687d
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ namespace mwmp
|
|||
{
|
||||
ESM::StatState<float> mDynamic[3];
|
||||
bool mDead;
|
||||
bool mDeathAnimationFinished;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue