PlayerStatus enum usage

This commit is contained in:
LagoLunatic
2026-05-07 12:53:50 -04:00
parent 47c08e9f8a
commit 4fba5a0735
6 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -406,7 +406,7 @@ BOOL daWarphr_c::check_warp() {
daPy_py_c* player = daPy_getPlayerActorClass();
f32 abs = (player->current.pos - current.pos).absXZ();
if (dComIfGp_checkPlayerStatus0(0, 0x10000)) {
if (dComIfGp_checkPlayerStatus0(0, daPyStts0_SHIP_RIDE_e)) {
daShip_c* ship = dComIfGp_getShipActor();
if (ship != NULL) {
f32 abs = (ship->current.pos - current.pos).absXZ();