pinosante / VAM-Evolutionary-Character-Creation

Create beatiful girls, guys and futas using a sophisticated genetic algorithm.
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

Clean up double variables #30

Open chris-b-pacon opened 1 year ago

chris-b-pacon commented 1 year ago

During separation of modules I copy&pasted lots of "constants" into the module. Duplicates should be removed.

pinosante commented 1 year ago

I was going to ask about that. Isn't there some clever way to have all the constants initialized across all classes through one file/call.

chris-b-pacon commented 1 year ago

That is not a problem, I just did not have the time to do it.