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
+2 -2
View File
@@ -515,10 +515,10 @@ void dMsgScrnItem_c::fukiPosCalc(u8 param_1) {
cXyz cStack_7c;
f32 f3;
mDoLib_project(&player->eyePos, &cStack_7c);
if (iVar6->mPos == cXyz(0.0f, 0.0f, 0.0f)) {
if (iVar6->pos == cXyz(0.0f, 0.0f, 0.0f)) {
f3 = cStack_7c.y;
} else {
mDoLib_project(&iVar6->mPos, &local_70);
mDoLib_project(&iVar6->pos, &local_70);
if (local_70.x >= 0.0f && local_70.x <= 608.0f && local_70.y >= 0.0f &&
local_70.y <= 448.0f)
{