Merge branch 'xslendix-sky-fix'

This commit is contained in:
TomAwezome 2022-06-28 22:34:40 -04:00
commit 92a36b3ada
2 changed files with 4 additions and 3 deletions

View file

@ -494,7 +494,8 @@ U0 DrawIt(CTask *task, CDC *dc)
Car *tmpc = &c[0];
dc->color = LTCYAN;
GrRect(dc, 0, 0, w, HORIZON_DIP * Sin(dip_é) + FONT_HEIGHT * 4.5);
GrRect(dc, 0, 0, w, HORIZON_DIP * Sin(dip_é) + FONT_HEIGHT * 5);
GrRect(dc, 0, 0, w, HORIZON_DIP * Sin(dip_é) + h - 470);
Mat4x4IdentEqu(r);
Mat4x4RotY(r, ă - c[0].é);
@ -511,9 +512,9 @@ U0 DrawIt(CTask *task, CDC *dc)
if (y < 0)
{
dc->color = BROWN;
GrCircle(dc, s * x + cx, 15 + HORIZON_DIP * Sin(dip_é), 15);
GrCircle(dc, s * x + cx, 25 + HORIZON_DIP * Sin(dip_é), 15);
dc->color = YELLOW;
GrFloodFill(dc, s * x + cx, 15 + HORIZON_DIP * Sin(dip_é));
GrFloodFill(dc, s * x + cx, 25 + HORIZON_DIP * Sin(dip_é));
}
mp_not_done_flags = 1 << mp_count - 1;

Binary file not shown.