summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_nzg.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-29 15:45:57 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-29 16:34:55 -0400
commitbae595b973fd48b2c6606371ac577cbbccb7a9fb (patch)
tree939f388f0dbd380db1045a7a4d8954cf43db2c33 /src/d/actor/d_a_nzg.cpp
parent5ac87a68855cbb4c9f5c3ab0095b2d969e4cd5de (diff)
Update all code to use the new enum formats
Diffstat (limited to 'src/d/actor/d_a_nzg.cpp')
-rw-r--r--src/d/actor/d_a_nzg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_nzg.cpp b/src/d/actor/d_a_nzg.cpp
index 3559b1db..5dc81515 100644
--- a/src/d/actor/d_a_nzg.cpp
+++ b/src/d/actor/d_a_nzg.cpp
@@ -7,7 +7,7 @@
#include "d/actor/d_a_nzg.h"
#include "d/d_path.h"
#include "d/d_s_play.h"
-#include "d/res/res_nzg.h"
+#include "res/Object/Nzg.h"
/* 00000078-000000E4 .text daNZG_Draw__FP9nzg_class */
static BOOL daNZG_Draw(nzg_class* i_this) {
@@ -141,7 +141,7 @@ static BOOL useHeapInit(fopAc_ac_c* i_this) {
mDoMtx_stack_c::transS(nzg_this->actor.current.pos.x, nzg_this->actor.current.pos.y, nzg_this->actor.current.pos.z);
mDoMtx_stack_c::YrotM(nzg_this->actor.shape_angle.y);
- J3DModelData* modelData = (J3DModelData*)dComIfG_getObjectRes("NZG", NZG_BDL_KANA_00);
+ J3DModelData* modelData = (J3DModelData*)dComIfG_getObjectRes("NZG", dRes_INDEX_NZG_BDL_KANA_00_e);
JUT_ASSERT(630, modelData != NULL);
J3DModel* model = mDoExt_J3DModel__create(modelData, 0,0x11020203);