diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-07 12:53:50 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-07 12:53:50 -0400 |
| commit | 4fba5a0735f4533893fa361c9f7ae7fe47c0f86a (patch) | |
| tree | f863249cbbda542b48ecfe2840d63eed1545ca14 /src/d/actor/d_a_warphr.cpp | |
| parent | 47c08e9f8aab5f30e7197c736f41b4d7c0062e11 (diff) | |
PlayerStatus enum usage
Diffstat (limited to 'src/d/actor/d_a_warphr.cpp')
| -rw-r--r-- | src/d/actor/d_a_warphr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_warphr.cpp b/src/d/actor/d_a_warphr.cpp index 88a3d7c0..ac0a1b6e 100644 --- a/src/d/actor/d_a_warphr.cpp +++ b/src/d/actor/d_a_warphr.cpp @@ -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(); |
