Missed some spots where cPhs_State should be used

This commit is contained in:
LagoLunatic
2025-03-18 15:10:32 -04:00
parent 6541fea3e4
commit 4c3bd2c651
55 changed files with 91 additions and 92 deletions
+2 -2
View File
@@ -149,7 +149,7 @@ BOOL daAgbsw0_c::draw() {
}
/* 00004F80-00005458 .text create__10daAgbsw0_cFv */
int daAgbsw0_c::create() {
cPhs_State daAgbsw0_c::create() {
u8 type = getType();
u8 sw0 = getSw0();
s16 paramNo = getParamNo();
@@ -2571,7 +2571,7 @@ static BOOL daAgbsw0_Delete(daAgbsw0_c* i_this) {
}
/* 00004E98-00004F80 .text daAgbsw0_Create__FP10fopAc_ac_c */
static int daAgbsw0_Create(fopAc_ac_c* i_this) {
static cPhs_State daAgbsw0_Create(fopAc_ac_c* i_this) {
fopAcM_SetupActor(i_this, daAgbsw0_c);
return static_cast<daAgbsw0_c*>(i_this)->create();