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

@ -31,7 +31,7 @@ implementation
uses
Math;
{ TVariationTest }
{ TVariationFan2 }
///////////////////////////////////////////////////////////////////////////////
procedure TVariationFan2.Prepare;
@ -89,11 +89,8 @@ end;
///////////////////////////////////////////////////////////////////////////////
constructor TVariationFan2.Create;
begin
// randomization removed to please mutator users ;-)
// FX := 2 * Random - 1;
// FY := 2 * Random - 1;
FX := 1;
FY := 1;
FX := 2 * Random - 1;
FY := 2 * Random - 1;
end;
///////////////////////////////////////////////////////////////////////////////