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
+3 -3
View File
@@ -143,10 +143,10 @@ void daObjFerris::Act_c::ride_call_back(dBgW* bgw, fopAc_ac_c* i_ac, fopAc_ac_c*
}
/* 000004DC-00000898 .text _create__Q211daObjFerris5Act_cFv */
s32 daObjFerris::Act_c::_create() {
cPhs_State daObjFerris::Act_c::_create() {
fopAcM_SetupActor(this, Act_c);
s32 ret = dComIfG_resLoad(&mPhs, M_arcname);
cPhs_State ret = dComIfG_resLoad(&mPhs, M_arcname);
s32 i;
if (ret == cPhs_COMPLEATE_e) {
@@ -526,7 +526,7 @@ bool daObjFerris::Act_c::_draw() {
namespace daObjFerris {
namespace {
s32 Mthd_Create(void* i_this) {
cPhs_State Mthd_Create(void* i_this) {
return ((Act_c*)i_this)->_create();
}