diff --git a/src/Demo/Games/Varoom.ZC b/src/Demo/Games/Varoom.ZC index f9e52d50..bfadb878 100755 --- a/src/Demo/Games/Varoom.ZC +++ b/src/Demo/Games/Varoom.ZC @@ -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; diff --git a/src/Demo/Games/ZoneOut.ZC b/src/Demo/Games/ZoneOut.ZC index 37a4fd74..bdd0db93 100755 Binary files a/src/Demo/Games/ZoneOut.ZC and b/src/Demo/Games/ZoneOut.ZC differ