mirror of
https://github.com/zeldaret/tp
synced 2026-06-20 16:21:22 -04:00
m_Do_main / f_ap_game / f_op_actor debug work and misc (#2744)
* m_Do_main / f_ap_game debug stuff * revolution sdk compatibility * f_op_actor debug work * rename fopAcM_SetupActor to fopAcM_ct * fix build * fix jp/pal splits
This commit is contained in:
@@ -97,7 +97,7 @@ static int daObjBhbridge_Delete(daObjBhbridge_c* i_this) {
|
||||
static char* l_arcName = "BHBridge";
|
||||
|
||||
inline int daObjBhbridge_c::create() {
|
||||
fopAcM_SetupActor(this, daObjBhbridge_c);
|
||||
fopAcM_ct(this, daObjBhbridge_c);
|
||||
int rv = dComIfG_resLoad(&mPhase, l_arcName);
|
||||
if (rv == cPhs_COMPLEATE_e) {
|
||||
int dzb_id = dComIfG_getObjctResName2Index(l_arcName, "M_BHbridge.dzb");
|
||||
|
||||
Reference in New Issue
Block a user