Make Varoom sky fix work correctly on all resolutions.

This commit is contained in:
TomAwezome 2022-06-28 22:33:15 -04:00
parent 3620ff3e0a
commit 90a43d9a85

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_é) + h/8);
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].é);