* fixed notput for vga 16 color modes

git-svn-id: trunk@7698 -
This commit is contained in:
Jonas Maebe 2007-06-17 08:42:53 +00:00
parent 2c4aeefbf4
commit 3eaceafad3

View File

@ -678,7 +678,7 @@ End;
end;
NotPut:
begin
Color := Not Color;
Color := (Not CurrentColor) and 15;
end
else
Color := CurrentColor;