mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-05 11:33:39 -04:00
some cleanup of f_pc/f_op files (#2254)
* cleanup f_pc files * cleanup f_op files * fix a couple f_op_actor_mng functions * minor JSystem work
This commit is contained in:
@@ -532,8 +532,8 @@ void daObjARI_c::Z_BufferChk() {
|
||||
dComIfGd_peekZ(vec2.x, vec2.y, &mBufferZ);
|
||||
}
|
||||
|
||||
f32 near = dComIfGd_getView()->mNear;
|
||||
f32 far = dComIfGd_getView()->mFar;
|
||||
f32 near = dComIfGd_getView()->near;
|
||||
f32 far = dComIfGd_getView()->far;
|
||||
mDoLib_pos2camera(&vec1, &vec2);
|
||||
vec2.z += 50.0f;
|
||||
if (vec2.z > 0.0f) {
|
||||
@@ -772,7 +772,7 @@ extern actor_process_profile_definition g_profile_Obj_Ari = {
|
||||
7,
|
||||
fpcPi_CURRENT_e,
|
||||
PROC_Obj_Ari,
|
||||
&g_fpcLf_Method.mBase,
|
||||
&g_fpcLf_Method.base,
|
||||
sizeof(daObjARI_c),
|
||||
0,
|
||||
0,
|
||||
@@ -782,4 +782,4 @@ extern actor_process_profile_definition g_profile_Obj_Ari = {
|
||||
0xC0100,
|
||||
fopAc_ENV_e,
|
||||
fopAc_CULLBOX_CUSTOM_e,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user