mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
isMovementAnimationControlled should be private.
This commit is contained in:
parent
e893767ed0
commit
354b028072
@ -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 New Issue
Block a user