Add JntHit enums

This commit is contained in:
LagoLunatic
2025-08-15 20:27:31 -04:00
parent 0e661f8c6f
commit b4e022a336
10 changed files with 112 additions and 65 deletions
+1 -1
View File
@@ -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;
}