change the AbstractBrain signature to require a PT (as opposed to none defaulting to nullPtr). This should have happened when parameters were changed to require a PT. This issue surfaced on a direct encoded brains makeCopy used in a world.
This will cause an issue anywhere makeCopy is being used without a PT. This is a simple fix though.
Berryworld (because of possible clones) will be included in this pull request.
change the AbstractBrain signature to require a PT (as opposed to none defaulting to nullPtr). This should have happened when parameters were changed to require a PT. This issue surfaced on a direct encoded brains makeCopy used in a world.
This will cause an issue anywhere makeCopy is being used without a PT. This is a simple fix though. Berryworld (because of possible clones) will be included in this pull request.