#Ordy Yesterday’s update: not much still working on save/load system. I need to figure out how to deal with polymorphic containers, I have an array of quests which is std::vector<std::unique_ptr<Quest>>. And Quest is the base class for all quests in the game.

Next - Previous