mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-04 14:11:34 +00:00
isMovementAnimationControlled should be private.
This commit is contained in:
parent
e893767ed0
commit
354b028072
1 changed files with 1 additions and 1 deletions
|
@ -216,6 +216,7 @@ namespace MWMechanics
|
|||
static bool isRandomAttackAnimation(std::string_view group);
|
||||
|
||||
bool isPersistentAnimPlaying() const;
|
||||
bool isMovementAnimationControlled() const;
|
||||
|
||||
void updateAnimQueue();
|
||||
|
||||
|
@ -272,7 +273,6 @@ namespace MWMechanics
|
|||
bool playGroup(std::string_view groupname, int mode, int count, bool persist = false);
|
||||
void skipAnim();
|
||||
bool isAnimPlaying(std::string_view groupName) const;
|
||||
bool isMovementAnimationControlled() const;
|
||||
|
||||
enum KillResult
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue