fix blank line increment
authornotaz <notasas@gmail.com>
Wed, 4 Sep 2013 23:19:18 +0000 (02:19 +0300)
committernotaz <notasas@gmail.com>
Fri, 6 Sep 2013 00:37:05 +0000 (03:37 +0300)
pico/draw.c

index f2a8c9c..a03d887 100644 (file)
@@ -1457,6 +1457,9 @@ static void DrawBlankedLine(int line, int offs, int sh, int bgc)
 \r
   if (PicoScanEnd != NULL)\r
     PicoScanEnd(line + offs);\r
+\r
+  HighCol += HighColIncrement;\r
+  DrawLineDest = (char *)DrawLineDest + DrawLineDestIncrement;\r
 }\r
 \r
 static void PicoLine(int line, int offs, int sh, int bgc)\r