mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
Missed some spots where cPhs_State should be used
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user