This commit is contained in:
LagoLunatic
2026-09-05 19:11:35 -04:00
parent b8d302776d
commit f7d64187ed
52 changed files with 134 additions and 136 deletions
+1 -1
View File
@@ -1939,7 +1939,7 @@ static BOOL beam_wall_check(cXyz* pos_1, cXyz* pos_2) {
end.y = start.y;
gndChk.Set(&start, &end, NULL);
if (dComIfG_Bgsp()->LineCross(&gndChk)) {
*pos_1 = gndChk.mLin.GetEnd();
*pos_1 = gndChk.GetCross();
return TRUE;
}
return FALSE;