mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 21:03:35 -04:00
d_bg_s OK
This commit is contained in:
@@ -262,7 +262,7 @@ namespace daObjMovebox {
|
||||
M_wall_work[i].Set(&temp_44, &temp_38, (fopAc_ac_c*)movebox);
|
||||
M_wall_work[i].SetActorPid(movebox->mBase.mBsPcId);
|
||||
if (dComIfG_Bgsp()->LineCross(&M_wall_work[i])) {
|
||||
mWallPos[i] = M_wall_work[i].i_GetCross();
|
||||
mWallPos[i] = M_wall_work[i].GetCross();
|
||||
f32 dist = temp_44.abs2(mWallPos[i]);
|
||||
if (dist < mNearestWallDist) {
|
||||
mNearestWallDist = dist;
|
||||
|
||||
Reference in New Issue
Block a user