fix blank line increment

This commit is contained in:
notaz 2013-09-05 02:19:18 +03:00
parent 30e8aac43f
commit b26701370b

View file

@ -1457,6 +1457,9 @@ static void DrawBlankedLine(int line, int offs, int sh, int bgc)
if (PicoScanEnd != NULL)
PicoScanEnd(line + offs);
HighCol += HighColIncrement;
DrawLineDest = (char *)DrawLineDest + DrawLineDestIncrement;
}
static void PicoLine(int line, int offs, int sh, int bgc)