Fix some issues in d_a_e_fz (#2128)

This commit is contained in:
hatal175
2024-04-12 07:27:01 -06:00
committed by GitHub
parent a61e3491f7
commit 4218910e41
2 changed files with 155 additions and 178 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ public:
bool checkCutDownHitFlg() const { return mFlags & 0x2; }
bool checkDeadFlg() const { return mFlags & 0x8; }
u32* getMidnaBindID(u8 i_idx) { return mMidnaBindID + i_idx; }
u32* getMidnaBindID(int i_idx) { return mMidnaBindID + i_idx; }
u8 getMidnaBindMode() { return mMidnaBindMode; }
cXyz& getDownPos() { return mDownPos; }
cXyz& getHeadLockPos() { return mHeadLockPos; }
File diff suppressed because it is too large Load Diff