diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-09-12 14:29:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-13 00:29:20 +0300 |
| commit | f91257cc6206ab4b47c2509b3a747e2dc4fa84f9 (patch) | |
| tree | 3dee331bd06fccb27db6a9adcee9062f2dcba7c1 /src/d/actor/d_a_e_sm.cpp | |
| parent | 8a3a6d29971e37c01025303af9931feea651af9c (diff) | |
npc_kakashi done (#2651)
Diffstat (limited to 'src/d/actor/d_a_e_sm.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_sm.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_e_sm.cpp b/src/d/actor/d_a_e_sm.cpp index 70359f3e51..c05d196e67 100644 --- a/src/d/actor/d_a_e_sm.cpp +++ b/src/d/actor/d_a_e_sm.cpp @@ -1641,7 +1641,7 @@ void daE_SM_c::CoreAction() { } field_0xa60.CrrPos(dComIfG_Bgsp()); - fopAcM_OffStatus(this, fopAcM_STATUS_UNK_000100); + fopAcM_OffStatus(this, fopAcM_STATUS_UNK_0x100); } } @@ -1714,7 +1714,7 @@ int daE_SM_c::Execute() { field_0x6d6--; } - fopAcM_OnStatus(this, fopAcM_STATUS_UNK_000100); + fopAcM_OnStatus(this, fopAcM_STATUS_UNK_0x100); Action(); CoreAction(); cXyz i_effSize(1.0f, 1.0f, 1.0f); |
