Fix some missing enum usages

This commit is contained in:
LagoLunatic
2025-08-04 00:02:15 -04:00
parent 1cea2aaf72
commit cb76a08c3a
6 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -979,7 +979,7 @@ bool daObjBarrel2::Act_c::mine_chk_range_damage() {
if (ship != NULL && fopAcM_searchActorDistanceXZ2(this, ship) < sq) {
if (ship->current.pos.y < current.pos.y + attr()->m4C) {
if (dComIfGp_checkPlayerStatus0(0, 0x10000)) {
if (dComIfGp_checkPlayerStatus0(0, daPyStts0_SHIP_RIDE_e)) {
cXyz sp14(ship->current.pos.x - current.pos.x, 0.0f, ship->current.pos.z - current.pos.z);
cXyz sp08(ship->speed.x, 0.0f, ship->speed.z);