diff options
| author | 123456789758 <205478182+123456789758@users.noreply.github.com> | 2025-08-29 17:04:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-29 17:04:11 -0400 |
| commit | 52d3e87e7dbd906861689db5a3e665a596b0e8af (patch) | |
| tree | cda175a53438f42ef053a816ef975845b24a0d70 /src/d/actor/d_a_bita.cpp | |
| parent | e0da16f8c711237b9000910ff7bb2d53c1298442 (diff) | |
d_a_btd - 99% matching (#872)
Co-authored-by: < >
Diffstat (limited to 'src/d/actor/d_a_bita.cpp')
| -rw-r--r-- | src/d/actor/d_a_bita.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_bita.cpp b/src/d/actor/d_a_bita.cpp index 6be17875..3a66b7f2 100644 --- a/src/d/actor/d_a_bita.cpp +++ b/src/d/actor/d_a_bita.cpp @@ -49,7 +49,7 @@ static BOOL daBita_Draw(bita_class* i_this) { /* 0000018C-000002D0 .text mode_normal__FP10bita_class */ static void mode_normal(bita_class* i_this) { if (btd != NULL) { - if (btd->field_0x6e16 >= 100) { + if (btd->m6E16 >= 100) { cXyz delta = dComIfGp_getCamera(0)->mLookat.mEye - i_this->current.pos; if (delta.abs() < 1500.0f) { fopAcM_delete(i_this); |
