mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Create return type cleanup, use dist enum
This commit is contained in:
@@ -191,7 +191,7 @@ s32 daObjQuake_c::getPrmPower() {
|
||||
}
|
||||
|
||||
/* 000006F8-00000718 .text daObjQuakeCreate__FPv */
|
||||
static s32 daObjQuakeCreate(void* i_this) {
|
||||
static cPhs_State daObjQuakeCreate(void* i_this) {
|
||||
return static_cast<daObjQuake_c*>(i_this)->_create();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user