mirror of
https://github.com/zeldaret/tp
synced 2026-07-12 23:54:12 -04:00
d_a_tbox2 done, f_op_actor_mng cleanup, cleanup fopAc_ac_c member names (#2084)
This commit is contained in:
@@ -847,7 +847,7 @@ void jmessage_tReference::calcDistance() {
|
||||
mDistanceScale = 1.0f;
|
||||
} else {
|
||||
fopAc_ac_c* player = dComIfGp_getPlayer(0);
|
||||
(mActorPos - player->mAttentionInfo.mPosition).absXZ();
|
||||
(mActorPos - player->attention_info.position).absXZ();
|
||||
mDistanceScale = 1.0f;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user