Commits

Mark Lacey committed 0eb8d01b38e
Fix a crasher in the archetype builder. This particular crasher very rarely didn't crash, causing mayhem with false failures on the builders. We were keeping a reference to a vector that could be reallocated in a recursive call back into the same function. Instead, tend towards looking up the vector in the map each time we need it.