Jelajahi Sumber

* patch from Nikolay that fixes a copy paste bug in hlinevesa256 (and ->or)
Mantis 17128

git-svn-id: trunk@15739 -

marco 15 tahun lalu
induk
melakukan
f8f7201c22
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      packages/graph/src/go32v2/vesa.inc

+ 1 - 1
packages/graph/src/go32v2/vesa.inc

@@ -798,7 +798,7 @@ end;
                          setreadbank(offs shr 16);
                          setwritebank(offs shr 16);
                          Mem[WinWriteSeg:word(offs)] :=
-                           Mem[WinReadSeg:word(offs)] And byte(currentColor);
+                           Mem[WinReadSeg:word(offs)] Or byte(currentColor);
                          inc(offs);
                        end;
                      HLength := 0