* SetScreenCursor parameters changed to smallint, which is more optimal on i8086

git-svn-id: trunk@25454 -
This commit is contained in:
nickysn 2013-09-11 14:40:26 +00:00
parent 987e759e20
commit 771301d7db

View File

@ -100,7 +100,7 @@ begin
end;
procedure SetScreenCursor(x,y : longint);
procedure SetScreenCursor(x,y : smallint);
var
regs : registers;
begin