mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 20:43:07 -04:00
This commit is contained in:
@@ -134,7 +134,7 @@ int daObjSwHang_c::Create() {
|
||||
case TYPE_3:
|
||||
case TYPE_4:
|
||||
mCcSph.Set(l_sph_src2);
|
||||
fopAcM_OnStatus(this, 0x200000);
|
||||
fopAcM_OnStatus(this, fopAcStts_UNK_0x200000_e);
|
||||
break;
|
||||
}
|
||||
mCcSph.SetStts(&mCcStts);
|
||||
@@ -502,18 +502,18 @@ static actor_method_class daObjSwHang_METHODS = {
|
||||
};
|
||||
|
||||
actor_process_profile_definition g_profile_Obj_SwHang = {
|
||||
fpcLy_CURRENT_e, // mLayerID
|
||||
3, // mListID
|
||||
fpcPi_CURRENT_e, // mListPrio
|
||||
PROC_Obj_SwHang, // mProcName
|
||||
&g_fpcLf_Method.base, // sub_method
|
||||
sizeof(daObjSwHang_c), // mSize
|
||||
0, // mSizeOther
|
||||
0, // mParameters
|
||||
&g_fopAc_Method.base, // sub_method
|
||||
516, // mPriority
|
||||
&daObjSwHang_METHODS, // sub_method
|
||||
0x00040100, // mStatus
|
||||
fopAc_ACTOR_e, // mActorType
|
||||
fopAc_CULLBOX_CUSTOM_e, // cullType
|
||||
/* Layer ID */ fpcLy_CURRENT_e,
|
||||
/* List ID */ 3,
|
||||
/* List Prio */ fpcPi_CURRENT_e,
|
||||
/* Proc Name */ fpcNm_Obj_SwHang_e,
|
||||
/* Proc SubMtd */ &g_fpcLf_Method.base,
|
||||
/* Size */ sizeof(daObjSwHang_c),
|
||||
/* Size Other */ 0,
|
||||
/* Parameters */ 0,
|
||||
/* Leaf SubMtd */ &g_fopAc_Method.base,
|
||||
/* Draw Prio */ fpcDwPi_Obj_SwHang_e,
|
||||
/* Actor SubMtd */ &daObjSwHang_METHODS,
|
||||
/* Status */ fopAcStts_UNK_0x40000_e | fopAcStts_CULL_e,
|
||||
/* Group */ fopAc_ACTOR_e,
|
||||
/* Cull Type */ fopAc_CULLBOX_CUSTOM_e,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user