prince-chrismc / Pandemic

This is a C++ project to recreate the board game Pandemic as apart of my COMP345 course at Concordia University during the winter 2017 semester.
MIT License
0 stars 0 forks source link

save or load players is broken with container #14

Closed prince-chrismc closed 7 years ago

prince-chrismc commented 7 years ago

Reading a savefile it appears load is the problem

prince-chrismc commented 7 years ago

loading results show that its the inputloadgame thats broken image

prince-chrismc commented 7 years ago

input loaded game did not work due to inheritance from vector ... just emplaces the players right away when loading