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_dai.cpp | |
| parent | 5ac87a68855cbb4c9f5c3ab0095b2d969e4cd5de (diff) | |
Update all code to use the new enum formats
Diffstat (limited to 'src/d/actor/d_a_dai.cpp')
| -rw-r--r-- | src/d/actor/d_a_dai.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_dai.cpp b/src/d/actor/d_a_dai.cpp index 406479f7..90520e81 100644 --- a/src/d/actor/d_a_dai.cpp +++ b/src/d/actor/d_a_dai.cpp @@ -7,7 +7,7 @@ #include "d/actor/d_a_dai.h" #include "d/actor/d_a_player.h" #include "d/actor/d_a_dai_item.h" -#include "d/res/res_fdai.h" +#include "res/Object/Fdai.h" #include "d/d_item.h" #include "d/d_com_inf_game.h" #include "f_op/f_op_actor_mng.h" @@ -63,7 +63,7 @@ static BOOL CheckCreateHeap(fopAc_ac_c* a_this) { /* 000000E4-000001A0 .text CreateHeap__7daDai_cFv */ BOOL daDai_c::CreateHeap() { - J3DModelData* modelData = (J3DModelData*)dComIfG_getObjectRes(m_arcname, FDAI_BDL_FDAI); + J3DModelData* modelData = (J3DModelData*)dComIfG_getObjectRes(m_arcname, dRes_INDEX_FDAI_BDL_FDAI_e); JUT_ASSERT(415, modelData != NULL); mpModel = mDoExt_J3DModel__create(modelData, 0x80000, 0x11000022); |
