Add change idle flags behavior and GM (#871)

* update naming for animation flag enum value 0

* Add change idle flags behaviors and GM

* default to 0 when none is given
This commit is contained in:
Aaron Kimbrell
2022-12-16 15:24:13 -06:00
committed by GitHub
parent 32f8bda538
commit 631365b7f7
11 changed files with 93 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
#include <cstdint>
enum class eAnimationFlags : uint32_t {
IDLE_INVALID = 0, // made up, for internal use!!!
IDLE_NONE = 0,
IDLE_BASIC,
IDLE_SWIM,
IDLE_CARRY,