summaryrefslogtreecommitdiff
path: root/src/d/d_detect.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-03-08 21:31:41 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-03-08 21:31:41 -0500
commit443691603d40fde49c29245374ce98ead02ac02b (patch)
treed9bb147fe8d41b3624c15b7ed290ec3c4c617228 /src/d/d_detect.cpp
parent74d629665c05293cc22172330410258bd2ae7f47 (diff)
rename fopAc_ac_c member vars to match TP decomp
Diffstat (limited to 'src/d/d_detect.cpp')
-rw-r--r--src/d/d_detect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_detect.cpp b/src/d/d_detect.cpp
index 134d7c62..5fc21747 100644
--- a/src/d/d_detect.cpp
+++ b/src/d/d_detect.cpp
@@ -124,6 +124,6 @@ bool dDetect_c::chk_attention(cXyz* outPos) const {
if (target == NULL)
return false;
- *outPos = target->mEyePos;
+ *outPos = target->eyePos;
return true;
}