mirror of
https://github.com/zeldaret/tp
synced 2026-06-23 09:20:01 -04:00
d_a_horse 100% (#2912)
* Fix missing line numbers for debug * Fix horse inlines and HIO * Match daHorse_c::setEffect * Improve a few debug matches * Match daHorse_c::checkHorseNoMove (half fake) * Update configure.py
This commit is contained in:
+7
-1
@@ -116,7 +116,7 @@ bool cBgS::LineCross(cBgS_LinChk* p_line) {
|
||||
elm++;
|
||||
}
|
||||
|
||||
return p_line->ChkHit() ? true : false;
|
||||
return p_line->ChkHit();
|
||||
}
|
||||
|
||||
f32 cBgS::GroundCross(cBgS_GndChk* p_gnd) {
|
||||
@@ -825,3 +825,9 @@ f32 dBgS_GetNY(cBgS_PolyInfo const& poly) {
|
||||
dComIfG_Bgsp().GetTriPla(poly, &pla);
|
||||
return pla.mNormal.y;
|
||||
}
|
||||
|
||||
// TODO hack just to get the inlines to appear for debug
|
||||
static void dummy(dBgS& i_bgs) {
|
||||
i_bgs.LineCross(NULL);
|
||||
i_bgs.GroundCross(NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user