summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_ship.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-05-09 16:34:02 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-05-09 16:34:02 -0400
commit36fec0f7fddea841b5955cd4b5915015e416d8d8 (patch)
tree7e38466d3cb9a64a580ebc1f2e5b5d970dabe617 /src/d/actor/d_a_ship.cpp
parent95f230eb155fe5aa35ef107bc418281b1071052b (diff)
Disappear drop type cleanup
Diffstat (limited to 'src/d/actor/d_a_ship.cpp')
-rw-r--r--src/d/actor/d_a_ship.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/actor/d_a_ship.cpp b/src/d/actor/d_a_ship.cpp
index e4eb43fd..f4b012a6 100644
--- a/src/d/actor/d_a_ship.cpp
+++ b/src/d/actor/d_a_ship.cpp
@@ -4252,20 +4252,20 @@ BOOL daShip_c::execute() {
cyl->SetC(sp9C);
dComIfG_Ccsp()->Set(cyl);
if (dComIfGp_checkPlayerStatus0(0, daPyStts0_SHIP_RIDE_e)) {
- cyl->SetTgGrp(cCcD_AtSPrm_VsPlayer_e);
+ cyl->SetTgGrp(cCcD_TgSPrm_IsPlayer_e);
}
else {
- cyl->SetTgGrp(cCcD_AtSPrm_VsPlayer_e | cCcD_AtSPrm_VsOther_e);
+ cyl->SetTgGrp(cCcD_TgSPrm_IsPlayer_e | cCcD_TgSPrm_IsOther_e);
}
}
cMtx_multVec(mpHeadAnm->getModel()->getAnmMtx(8), &sph_offset, &sp9C);
if (dComIfGp_checkPlayerStatus0(0, daPyStts0_SHIP_RIDE_e)) {
- mSph.SetTgGrp(cCcD_AtSPrm_VsPlayer_e);
+ mSph.SetTgGrp(cCcD_TgSPrm_IsPlayer_e);
}
else {
- mSph.SetTgGrp(cCcD_AtSPrm_VsPlayer_e | cCcD_AtSPrm_VsOther_e);
+ mSph.SetTgGrp(cCcD_TgSPrm_IsPlayer_e | cCcD_TgSPrm_IsOther_e);
}
mSph.SetC(sp9C);