mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
Fix some issues in d_a_e_fz (#2128)
This commit is contained in:
@@ -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; }
|
||||
|
||||
+154
-177
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user