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

Cures are never set to eradicated. #12

Closed prince-chrismc closed 7 years ago

prince-chrismc commented 7 years ago

added observer to print changes.. few issues

cure works, eradication only occures iff that disease has been cured

prince-chrismc commented 7 years ago

Cures are now correctly set to Eradicated.... but observer does not display correctly

prince-chrismc commented 7 years ago

Fixed the observers output