diff options
| author | Max Roncace <me@caseif.net> | 2025-06-26 16:23:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-26 23:23:48 +0300 |
| commit | 028c07d47d41b10ba8fbef0ef4240751db74776f (patch) | |
| tree | a1e9b6ea375e60892181ac452fe2178f31896555 /src/d/actor/d_a_obj_ari.cpp | |
| parent | 5bdf8bb50edc05763d918602e85a08d5c2d02d42 (diff) | |
d_a_obj_kamakiri matching (#2501)
Diffstat (limited to 'src/d/actor/d_a_obj_ari.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_ari.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_obj_ari.cpp b/src/d/actor/d_a_obj_ari.cpp index b9a586980c..a6d3dcc22c 100644 --- a/src/d/actor/d_a_obj_ari.cpp +++ b/src/d/actor/d_a_obj_ari.cpp @@ -256,7 +256,7 @@ void daObjARI_c::Action() { /* 80BA33F8-80BA3408 000E58 0010+00 1/0 0/0 0/0 .text Insect_Release__10daObjARI_cFv */ void daObjARI_c::Insect_Release() { - field_0x56C = 1; + field_0x56c = 1; mAction = 1; } @@ -637,7 +637,7 @@ cPhs__Step daObjARI_c::create() { if (step == cPhs_COMPLEATE_e) { mLocation = fopAcM_GetParam(this) & 0xf; if (mLocation == LOC_UNK_2) { - field_0x56C = 0; + field_0x56c = 0; shape_angle.x -= 0x2000; fopAcM_OnStatus(this, 0x4000); } else { |
