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_obj_tide.cpp | |
| parent | 8af44daa2e75195d7dd596cc36128bb4ec2a9c8b (diff) | |
Added enums for all used event/tmp bits/regs (#893)
Diffstat (limited to 'src/d/actor/d_a_obj_tide.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_tide.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/actor/d_a_obj_tide.cpp b/src/d/actor/d_a_obj_tide.cpp index d5d181e3..e195aa1c 100644 --- a/src/d/actor/d_a_obj_tide.cpp +++ b/src/d/actor/d_a_obj_tide.cpp @@ -156,11 +156,11 @@ cPhs_State Act_c::Mthd_Create() { if (M_type == 3) { #if VERSION == VERSION_DEMO - if (dComIfGs_isTmpBit(0x401)) { + if (dComIfGs_isTmpBit(dSv_event_tmp_flag_c::UNK_0401)) { m309 = false; } #else - dComIfGs_offTmpBit(0x401); + dComIfGs_offTmpBit(dSv_event_tmp_flag_c::UNK_0401); #endif } @@ -399,7 +399,7 @@ void Act_c::mode_gmtw() { se_set_gmtw(); #if VERSION > VERSION_DEMO - if (dComIfGs_isTmpBit(0x401)) { + if (dComIfGs_isTmpBit(dSv_event_tmp_flag_c::UNK_0401)) { if (m30C > 0) { m30C--; } else { |
