hvlds/kurve

Not all active players are displayed in Game Over screen

Closed this issue · 1 comments

hvlds commented

Players with the same amount of points are overrided in the Map DS with all the results. Replace it with an alternative that lets save more than one element with the same key or simply replace it with a vector of pairs.

hvlds commented

A solution could be to replace the std::map with a std::multimap. A multimap can store more than one value per key.