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:
@ -213,7 +213,8 @@ procedure ScaleAll;
|
||||
|
||||
implementation
|
||||
|
||||
uses Main, Global, Adjust, Mutate;
|
||||
uses
|
||||
Main, Global, Adjust, Mutate, Xform;
|
||||
|
||||
const
|
||||
SUB_BATCH_SIZE = 1000;
|
||||
|
Reference in New Issue
Block a user