summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_e_arrow.cpp
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-03-23 12:55:28 -0700
committerGitHub <noreply@github.com>2025-03-23 21:55:28 +0200
commita4cdad86f4eb28df25708e8b4b1988148f690f2e (patch)
treebe0399dac50abe47e0d5d718a9fe9bdbffcbf474 /src/d/actor/d_a_e_arrow.cpp
parent4dc0cd9d09d5a53bf6d68f0018a8053a1507ee9a (diff)
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
Diffstat (limited to 'src/d/actor/d_a_e_arrow.cpp')
-rw-r--r--src/d/actor/d_a_e_arrow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_e_arrow.cpp b/src/d/actor/d_a_e_arrow.cpp
index f0de66acd4..da0dddde59 100644
--- a/src/d/actor/d_a_e_arrow.cpp
+++ b/src/d/actor/d_a_e_arrow.cpp
@@ -216,7 +216,7 @@ static void hit_check(e_arrow_class* i_this) {
line_chk.Set(&line_chk_start, &i_this->current.pos, i_this);
if (dComIfG_Bgsp().LineCross(&line_chk)) {
- i_this->current.pos = line_chk.i_GetCross();
+ i_this->current.pos = line_chk.GetCross();
dComIfG_Bgsp().ArrowStickCallBack(line_chk, i_this, i_this->current.pos);
if (i_this->mFlags & 0x10) {