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
@@ -77,7 +77,7 @@ cPhs_State daObj_Pbco_c::_create() {
}
/* 000003A4-00000434 .text daObj_PbcoCreate__FPv */
static int daObj_PbcoCreate(void* i_this) {
static cPhs_State daObj_PbcoCreate(void* i_this) {
return static_cast<daObj_Pbco_c*>(i_this)->_create();
}