Add cPhs_State typedef and use it everywhere

This commit is contained in:
LagoLunatic
2025-03-17 22:26:56 -04:00
parent 455ff4a571
commit 822b13e57a
887 changed files with 2448 additions and 2470 deletions
+2 -2
View File
@@ -249,10 +249,10 @@ void daObj_Hole_c::getArg() {
}
/* 0000096C-00000BA8 .text _create__12daObj_Hole_cFv */
s32 daObj_Hole_c::_create() {
cPhs_State daObj_Hole_c::_create() {
fopAcM_SetupActor(this, daObj_Hole_c);
s32 result = dComIfG_resLoad(&mPhs, m_arc_name);
cPhs_State result = dComIfG_resLoad(&mPhs, m_arc_name);
if (result == cPhs_COMPLEATE_e) {
getArg();