Moved the making of random flames to a seperate unit

Number of variant dependant code change so all changes can be done only in xform
Test mode for new variant added
This commit is contained in:
ronaldhordijk
2005-04-02 10:53:22 +00:00
parent 265d667f49
commit 6b8c455c52
12 changed files with 296 additions and 556 deletions

View File

@ -213,7 +213,8 @@ procedure ScaleAll;
implementation
uses Main, Global, Adjust, Mutate;
uses
Main, Global, Adjust, Mutate, Xform;
const
SUB_BATCH_SIZE = 1000;