final preparations for the 2.03c

This commit is contained in:
zueuk
2006-01-06 16:29:02 +00:00
parent e3d705bd3d
commit 3325cac7de
7 changed files with 45 additions and 23 deletions

View File

@ -1748,8 +1748,8 @@ function TControlPoint.HasNewVariants: boolean;
var
i,v: integer;
begin
Result := false;
Result := false; // flam3 will be updated anyway :-)
{
for i:= 0 to NXFORMS - 1 do begin
if xform[i].density = 0 then
break;
@ -1760,6 +1760,7 @@ begin
if result then
break;
end;
}
end;
///////////////////////////////////////////////////////////////////////////////