mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 13:45:14 -04:00
Clean up code for various actors
This commit is contained in:
@@ -2883,7 +2883,7 @@ static s32 daPy_Create(fopAc_ac_c* i_this) {
|
||||
};
|
||||
daPy_lk_c* player_link = (daPy_lk_c*)i_this;
|
||||
|
||||
return dComLbG_PhaseHandler(&player_link->mPhsLoad, (cPhs__Handler*)l_method, player_link);
|
||||
return dComLbG_PhaseHandler(player_link->getPhase(), (cPhs__Handler*)l_method, player_link);
|
||||
}
|
||||
|
||||
/* 80127BA0-80127CC0 .text setSeAnime__9daPy_lk_cFPC14daPy_anmHeap_cP12J3DFrameCtrl */
|
||||
|
||||
Reference in New Issue
Block a user