mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-30 09:51:38 -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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user