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
@@ -250,7 +250,7 @@ void daBemos_c::getBeamActor() {
}
/* 00003F70-00003F90 .text daBemosCreate__FPv */
static s32 daBemosCreate(void* i_this) {
static cPhs_State daBemosCreate(void* i_this) {
return ((daBemos_c*)i_this)->_create();
}