mirror of
https://github.com/zeldaret/tp
synced 2026-06-22 17:03:09 -04:00
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
This commit is contained in:
@@ -139,7 +139,7 @@ int daObjDigpl_c::execute() {
|
||||
}
|
||||
}
|
||||
|
||||
if (daPy_py_c::i_checkNowWolf() && mDigFlg == 0) {
|
||||
if (daPy_py_c::checkNowWolf() && mDigFlg == 0) {
|
||||
if (field_0x56b == 0) {
|
||||
int seen_angle = fopAcM_seenActorAngleY(player_p, this);
|
||||
f32 dist_to_player = fopAcM_searchPlayerDistanceXZ2(this);
|
||||
|
||||
Reference in New Issue
Block a user