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_obj_kshutter.cpp | |
| parent | 8a3a6d29971e37c01025303af9931feea651af9c (diff) | |
npc_kakashi done (#2651)
Diffstat (limited to 'src/d/actor/d_a_obj_kshutter.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_kshutter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_kshutter.cpp b/src/d/actor/d_a_obj_kshutter.cpp index 68aef05a50..2f532c757f 100644 --- a/src/d/actor/d_a_obj_kshutter.cpp +++ b/src/d/actor/d_a_obj_kshutter.cpp @@ -214,7 +214,7 @@ int daObjKshtr_c::Create() { } if (mType == TYPE_V_SHUTTER) { - fopAcM_OffStatus(this, fopAcM_STATUS_UNK_000100); + fopAcM_OffStatus(this, fopAcM_STATUS_UNK_0x100); } initBaseMtx(); |
