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:
TakaRikka
2024-11-29 08:24:26 -08:00
committed by GitHub
parent 6482fe7535
commit 073992df8d
903 changed files with 6835 additions and 6587 deletions
+1 -1
View File
@@ -1385,7 +1385,7 @@ void dAttDraw_c::draw(cXyz& param_0, Mtx param_1) {
mModel[field_0x170]->setBaseTRMtx(mDoMtx_stack_c::get());
view_class* view = dComIfGd_getView();
f32 temp_f31 = tan(0.01745329238474369f * (0.5f * view->mFovy));
f32 temp_f31 = tan(0.01745329238474369f * (0.5f * view->fovy));
f32 temp_f30 = (-100.0f - g_AttDwHIO.mCursorDistance) / temp_f31;
cXyz tmp;