diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-03-04 17:33:13 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 18:33:13 -0700 |
| commit | 22e941fd8c506a8b8ee0d963c5e50dae7ba379bc (patch) | |
| tree | 60ff96023e00e3fb824fa4170fb1c61110f8192b /src/d/msg/d_msg_class.cpp | |
| parent | 7ba8c332c7d39db792f7dbfe4e17c00ece24b3d4 (diff) | |
d_a_tbox2 done, f_op_actor_mng cleanup, cleanup fopAc_ac_c member names (#2084)
Diffstat (limited to 'src/d/msg/d_msg_class.cpp')
| -rw-r--r-- | src/d/msg/d_msg_class.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/msg/d_msg_class.cpp b/src/d/msg/d_msg_class.cpp index a7851261dd..5ef974714a 100644 --- a/src/d/msg/d_msg_class.cpp +++ b/src/d/msg/d_msg_class.cpp @@ -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; } } |
