rename fopAc_ac_c member vars to match TP decomp

This commit is contained in:
LagoLunatic
2024-03-08 21:31:41 -05:00
parent 74d629665c
commit 443691603d
203 changed files with 1569 additions and 1569 deletions
+1 -1
View File
@@ -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;
}