X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fdraw.c;h=5094e5cda9c9c5fd756f8f4694d77879971d3a4f;hb=a2b8c5a54568093b247ced39f0754cbb30324830;hp=1781b9eaa211700b233d375748ee8e8e56e244cf;hpb=5686d93123821e06ac2d9f6209c37438303dd4c1;p=picodrive.git diff --git a/pico/draw.c b/pico/draw.c index 1781b9e..5094e5c 100644 --- a/pico/draw.c +++ b/pico/draw.c @@ -1421,7 +1421,7 @@ PICO_INTERNAL void PicoFrameStart(void) lines = 240; } - HighCol = HighColBase; + HighCol = HighColBase + offs * HighColIncrement; DrawLineDest = (char *)DrawLineDestBase + offs * DrawLineDestIncrement; DrawScanline = 0; skip_next_line = 0;