d_a_e_kr equivalent (#2549)

This commit is contained in:
Max Roncace
2025-07-24 09:13:55 +03:00
committed by GitHub
parent c5584cc6c0
commit 7d6c8ef3e5
5 changed files with 2442 additions and 1111 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ public:
bool checkHeadLockFlg() const { return mFlags & 0x80; }
bool checkWolfBiteDamage() const { return mFlags & 0x40; }
bool checkWolfDownPullFlg() const { return mFlags & 0x10; }
bool checkDownFlg() const { return mFlags & 0x1; }
bool checkDownFlg() { return mFlags & 0x1; }
bool checkCutDownHitFlg() const { return mFlags & 0x2; }
bool checkWolfDownStartFlg() const { return mFlags & 0x4; }
bool checkDeadFlg() const { return mFlags & 0x8; }