summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_wall.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_wall.cpp
parent5ac87a68855cbb4c9f5c3ab0095b2d969e4cd5de (diff)
Update all code to use the new enum formats
Diffstat (limited to 'src/d/actor/d_a_wall.cpp')
-rw-r--r--src/d/actor/d_a_wall.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/d/actor/d_a_wall.cpp b/src/d/actor/d_a_wall.cpp
index 821fd6d0..b3c65031 100644
--- a/src/d/actor/d_a_wall.cpp
+++ b/src/d/actor/d_a_wall.cpp
@@ -5,9 +5,9 @@
#include "d/dolzel_rel.h" // IWYU pragma: keep
#include "d/actor/d_a_wall.h"
-#include "d/res/res_hbw1.h"
-#include "d/res/res_htw1.h"
-#include "d/res/res_hbw2.h"
+#include "res/Object/Hbw1.h"
+#include "res/Object/Htw1.h"
+#include "res/Object/Hbw2.h"
#include "d/d_cc_d.h"
#include "d/d_com_inf_game.h"
#include "f_op/f_op_actor_mng.h"
@@ -19,8 +19,8 @@ const s16 daWall_c::m_heapsize[3] = {
0x2000,
};
-const s16 daWall_c::m_bmdname[3] = {HBW1_BDL_HBW1, HTW1_BDL_HTW1, HBW2_BDL_HBW2};
-const s16 daWall_c::m_dzbname[3] = {HBW1_DZB_HBW1, HTW1_DZB_HTW1, HBW2_DZB_HBW2};
+const s16 daWall_c::m_bmdname[3] = {dRes_INDEX_HBW1_BDL_HBW1_e, dRes_INDEX_HTW1_BDL_HTW1_e, dRes_INDEX_HBW2_BDL_HBW2_e};
+const s16 daWall_c::m_dzbname[3] = {dRes_INDEX_HBW1_DZB_HBW1_e, dRes_INDEX_HTW1_DZB_HTW1_e, dRes_INDEX_HBW2_DZB_HBW2_e};
const Vec daWall_c::m_tri_vtx[3][4] = {
{{150.0f, -120.0f, 0.0f},