mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-27 11:32:18 -05:00
More cleanups to CTS.
This commit is contained in:
parent
9415d08100
commit
b87a123701
@ -639,24 +639,15 @@ begin
|
||||
HiSpiral := (dy+1) * (dx + 1) -1;
|
||||
case CTS of
|
||||
0:
|
||||
begin
|
||||
i := cts0();
|
||||
if i <> -1 then
|
||||
goto Hit;
|
||||
end;
|
||||
|
||||
1:
|
||||
begin
|
||||
i := cts1();
|
||||
2:
|
||||
i := cts2();
|
||||
end;
|
||||
if i <> -1 then
|
||||
goto Hit;
|
||||
end;
|
||||
|
||||
2:
|
||||
{ Can be optimized a lot... RGBToHSL isn't really inline, }
|
||||
begin
|
||||
end;
|
||||
end;
|
||||
Result := False;
|
||||
TClient(Client).IOManager.FreeReturnData;
|
||||
Exit;
|
||||
|
Loading…
Reference in New Issue
Block a user