summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_obj_mtest.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-02-26 15:13:17 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-02-26 15:13:17 -0500
commitfda4313e251efff9c959cd509523f4676da0262a (patch)
tree15fb062a1396be8a26e9723cf83fb226e66eaa62 /src/d/actor/d_a_obj_mtest.cpp
parentf0aec5ac44f7904ea28a1b7c23597f214ba37c79 (diff)
misc cleanup
Diffstat (limited to 'src/d/actor/d_a_obj_mtest.cpp')
-rw-r--r--src/d/actor/d_a_obj_mtest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_obj_mtest.cpp b/src/d/actor/d_a_obj_mtest.cpp
index a8225963..e357b0bd 100644
--- a/src/d/actor/d_a_obj_mtest.cpp
+++ b/src/d/actor/d_a_obj_mtest.cpp
@@ -279,7 +279,7 @@ s32 daObjMtest::Act_c::Mthd_Create() {
M_type = prm_get_type();
JUT_ASSERT(327, M_type < Type_Max);
- s32 phase_state = dComIfG_resLoad(&mPhs, M_arcname[M_type]);
+ s32 phase_state = dComIfG_resLoad(&mPhase, M_arcname[M_type]);
if (phase_state == cPhs_COMPLEATE_e) {
s32 dzb_idx = 0;
if (prm_get_arg1() == 1) {
@@ -322,7 +322,7 @@ BOOL daObjMtest::Act_c::Delete() {
/* 00000960-000009B8 .text Mthd_Delete__Q210daObjMtest5Act_cFv */
BOOL daObjMtest::Act_c::Mthd_Delete() {
s32 result = MoveBGDelete();
- dComIfG_resDelete(&mPhs, M_arcname[M_type]);
+ dComIfG_resDelete(&mPhase, M_arcname[M_type]);
return result;
}