mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-13 16:16:31 +00:00
Merge branch 'xslendix-sky-fix'
This commit is contained in:
commit
92a36b3ada
2 changed files with 4 additions and 3 deletions
|
@ -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.
Loading…
Reference in a new issue