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
+1 -1
View File
@@ -362,7 +362,7 @@ BOOL dOvlpFd4_Delete(dOvlpFd4_c*) {
}
/* 80225694-802256C0 .text dOvlpFd4_Create__FPv */
s32 dOvlpFd4_Create(void* i_this) {
cPhs_State dOvlpFd4_Create(void* i_this) {
new (i_this) dOvlpFd4_c();
return cPhs_COMPLEATE_e;
}