Create return type cleanup, use dist enum

This commit is contained in:
LagoLunatic
2025-07-15 15:03:01 -04:00
parent a69fa6996a
commit 0a86117a3b
56 changed files with 63 additions and 63 deletions
+1 -1
View File
@@ -1237,7 +1237,7 @@ BOOL daArrow_c::_delete() {
}
/* 800D8200-800D8220 .text daArrowCreate__FPv */
static s32 daArrowCreate(void* i_this) {
static cPhs_State daArrowCreate(void* i_this) {
return static_cast<daArrow_c*>(i_this)->_create();
}