* the longints in VLine16 converted to 16-bit

git-svn-id: trunk@25668 -
This commit is contained in:
nickysn 2013-10-05 22:32:08 +00:00
parent 77dc18007d
commit 3a09ca7924

View File

@ -2201,8 +2201,8 @@ End;
procedure VLine16(x,y,y2: smallint); {$ifndef fpc}far;{$endif fpc}
var
ytmp: smallint;
ScrOfs,i : longint;
ytmp,i: smallint;
ScrOfs: word;
BitMask : byte;
Begin