- rm redundant double initialization of regs.realecx from Crt.CursorOn

git-svn-id: trunk@25447 -
This commit is contained in:
nickysn 2013-09-10 15:28:01 +00:00
parent e7cbd41670
commit d64cea05df

View File

@ -521,7 +521,6 @@ var
regs : trealregs;
begin
regs.realeax:=$0100;
regs.realecx:=$90A;
If VidSeg=$b800 then
regs.realecx:=$90A
else