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/d_throwstone.cpp | |
| parent | 5ac87a68855cbb4c9f5c3ab0095b2d969e4cd5de (diff) | |
Update all code to use the new enum formats
Diffstat (limited to 'src/d/d_throwstone.cpp')
| -rw-r--r-- | src/d/d_throwstone.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_throwstone.cpp b/src/d/d_throwstone.cpp index 5f23992a..c83faee2 100644 --- a/src/d/d_throwstone.cpp +++ b/src/d/d_throwstone.cpp @@ -5,7 +5,7 @@ #include "d/dolzel.h" // IWYU pragma: keep #include "d/d_throwstone.h" -#include "d/res/res_aisi.h" +#include "res/Object/Aisi.h" #include "f_op/f_op_actor.h" #include "f_op/f_op_actor_mng.h" #include "d/d_com_inf_game.h" @@ -22,7 +22,7 @@ static BOOL CheckCreateHeap(fopAc_ac_c* i_actor) { /* 8023B564-8023B5DC .text CreateHeap__14daThrowstone_cFv */ BOOL daThrowstone_c::CreateHeap() { - J3DModelData* pModelData = (J3DModelData*)dComIfG_getObjectRes(M_arcname, AISI_INDEX_BDL_AISI); + J3DModelData* pModelData = (J3DModelData*)dComIfG_getObjectRes(M_arcname, dRes_INDEX_AISI_BDL_AISI_e); if (pModelData == NULL) return FALSE; |
