mirror of
https://github.com/zeldaret/tp
synced 2026-06-16 23:00:27 -04:00
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
This commit is contained in:
@@ -134,7 +134,7 @@ void daObjCHO_c::WallCheck() {
|
||||
lin_chk.SetObj();
|
||||
lin_chk.Set(&old.pos, ¤t.pos, NULL);
|
||||
if (dComIfG_Bgsp().LineCross(&lin_chk)) {
|
||||
current.pos = lin_chk.i_GetCross();
|
||||
current.pos = lin_chk.GetCross();
|
||||
mTargetAngleY += 0x100;
|
||||
}
|
||||
}
|
||||
@@ -358,7 +358,7 @@ void daObjCHO_c::BoomChk() {
|
||||
if (dComIfG_Bgsp().LineCross(&lin_chk)) {
|
||||
cM3dGPla plane;
|
||||
dComIfG_Bgsp().GetTriPla(lin_chk, &plane);
|
||||
old.pos = lin_chk.i_GetCross();
|
||||
old.pos = lin_chk.GetCross();
|
||||
current.pos = old.pos;
|
||||
mAction = ACT_MOVE;
|
||||
mMode = 0;
|
||||
|
||||
Reference in New Issue
Block a user