mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
Add JntHit enums
This commit is contained in:
@@ -692,7 +692,7 @@ BOOL daArrow_c::procMove() {
|
||||
field_0x6e6 = temp11;
|
||||
field_0x618 = temp12;
|
||||
hitType = 2; // Hit a joint
|
||||
} else if (mHitJointIndex == -3) {
|
||||
} else if (mHitJointIndex == JntHitIdx_DELETE_e) {
|
||||
fopAcM_delete(this);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user