diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-29 15:45:57 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-29 16:34:55 -0400 |
| commit | bae595b973fd48b2c6606371ac577cbbccb7a9fb (patch) | |
| tree | 939f388f0dbd380db1045a7a4d8954cf43db2c33 /src/d/actor/d_a_windmill.cpp | |
| parent | 5ac87a68855cbb4c9f5c3ab0095b2d969e4cd5de (diff) | |
Update all code to use the new enum formats
Diffstat (limited to 'src/d/actor/d_a_windmill.cpp')
| -rw-r--r-- | src/d/actor/d_a_windmill.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/d/actor/d_a_windmill.cpp b/src/d/actor/d_a_windmill.cpp index 5ba9a2fd..261a42c1 100644 --- a/src/d/actor/d_a_windmill.cpp +++ b/src/d/actor/d_a_windmill.cpp @@ -6,8 +6,8 @@ #include "d/dolzel_rel.h" // IWYU pragma: keep #include "d/actor/d_a_windmill.h" #include "d/actor/d_a_wind_tag.h" -#include "d/res/res_hpu1.h" -#include "d/res/res_hpu2.h" +#include "res/Object/Hpu1.h" +#include "res/Object/Hpu2.h" #include "m_Do/m_Do_ext.h" #include "d/d_com_inf_game.h" #include "d/d_cc_d.h" @@ -106,8 +106,8 @@ static dCcD_SrcCyl l_cyl_src = { }}, }; -const s16 daWindMill_c::m_bmdidx[] = {HPU1_BDL_HPU1, HPU2_BDL_HPU2}; -const s16 daWindMill_c::m_dzbidx[] = {HPU1_DZB_HPU1, -1}; +const s16 daWindMill_c::m_bmdidx[] = {dRes_INDEX_HPU1_BDL_HPU1_e, dRes_INDEX_HPU2_BDL_HPU2_e}; +const s16 daWindMill_c::m_dzbidx[] = {dRes_INDEX_HPU1_DZB_HPU1_e, -1}; const s16 daWindMill_c::m_heapsize[] = { 0x3A40, 0xA00 }; const Vec daWindMill_c::m_cull_size[][2] = { {{-1400.0f, 0.0f, -1400.0f}, {1400.0f, 500.0f, 1400.0f}}, |
