mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 21:33:07 -04:00
Add cPhs_State typedef and use it everywhere
This commit is contained in:
@@ -143,10 +143,10 @@ void daObjFerris::Act_c::ride_call_back(dBgW* bgw, fopAc_ac_c* i_ac, fopAc_ac_c*
|
||||
}
|
||||
|
||||
/* 000004DC-00000898 .text _create__Q211daObjFerris5Act_cFv */
|
||||
s32 daObjFerris::Act_c::_create() {
|
||||
cPhs_State daObjFerris::Act_c::_create() {
|
||||
fopAcM_SetupActor(this, Act_c);
|
||||
|
||||
s32 ret = dComIfG_resLoad(&mPhs, M_arcname);
|
||||
cPhs_State ret = dComIfG_resLoad(&mPhs, M_arcname);
|
||||
|
||||
s32 i;
|
||||
if (ret == cPhs_COMPLEATE_e) {
|
||||
@@ -526,7 +526,7 @@ bool daObjFerris::Act_c::_draw() {
|
||||
|
||||
namespace daObjFerris {
|
||||
namespace {
|
||||
s32 Mthd_Create(void* i_this) {
|
||||
cPhs_State Mthd_Create(void* i_this) {
|
||||
return ((Act_c*)i_this)->_create();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user