diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-19 15:06:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-19 15:06:44 -0400 |
| commit | 5dbb7e875eab0adc9e939b2c2b00c70928e2b34e (patch) | |
| tree | 933a88f4e70943d4c3d2a6e0a3846b145e75b1a5 /src/d/actor/d_a_himo3.cpp | |
| parent | 8af44daa2e75195d7dd596cc36128bb4ec2a9c8b (diff) | |
Added enums for all used event/tmp bits/regs (#893)
Diffstat (limited to 'src/d/actor/d_a_himo3.cpp')
| -rw-r--r-- | src/d/actor/d_a_himo3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_himo3.cpp b/src/d/actor/d_a_himo3.cpp index 7d3c56d2..18743a3e 100644 --- a/src/d/actor/d_a_himo3.cpp +++ b/src/d/actor/d_a_himo3.cpp @@ -133,7 +133,7 @@ void himo3_control(himo3_class* i_this, himo3_s* arg1) { if (strcmp(dComIfGp_getStartStageName(), "majroom") == 0 || strcmp(dComIfGp_getStartStageName(), "Majroom") == 0 || strcmp(dComIfGp_getStartStageName(), "MajyuE") == 0) { - dComIfGs_onEventBit(0x402); + dComIfGs_onEventBit(dSv_event_flag_c::UNK_0402); } } else if (fopAcM_GetParam(i_this) == 2) { i_this->m02BE = 2; |
