mirror of
https://github.com/zeldaret/tp
synced 2026-06-13 05:57:09 -04:00
Z2SoundObject, JAUSoundAnimator OK, work on Z2SoundHandles (#1968)
* d_a_tag_evtarea mostly done, work on d_a_npc * work on d_a_npc_ash * work on Z2SoundHandles * Z2SoundObject, JAUSoundAnimator OK * Update Progress.md --------- Co-authored-by: randomsalience <randomsalience@gmail.com>
This commit is contained in:
@@ -5328,7 +5328,6 @@ BOOL daNpcF_c::chkActorInArea(fopAc_ac_c* actor, cXyz center, cXyz box, s16 angY
|
||||
mDoMtx_stack_c::YrotS(-angY);
|
||||
mDoMtx_stack_c::transM(-center.x, -center.y, -center.z);
|
||||
mDoMtx_stack_c::multVec(&actor->current.pos, &relPos);
|
||||
|
||||
f32 boxX = fabsf(box.x);
|
||||
f32 boxZ = fabsf(box.z);
|
||||
f32 posX = fabsf(relPos.x);
|
||||
|
||||
Reference in New Issue
Block a user