many changes, mostly in editor and adjust

This commit is contained in:
zueuk
2005-10-19 18:51:05 +00:00
parent 4cb9c04f1e
commit 4576862b26
9 changed files with 644 additions and 724 deletions

View File

@ -19,7 +19,7 @@ implementation
uses
math;
// TVariationEyefish
// TVariationEyefish, the correct "fish-eye" variation
///////////////////////////////////////////////////////////////////////////////
procedure TVariationEyefish.CalcFunction;
@ -61,6 +61,7 @@ asm
fadd qword ptr [ecx]
fstp qword ptr [ecx]
fwait
{$ifend}
end;