altf4 / RealTimeTactics

Real Time Tactics (RTT) Game
GNU General Public License v3.0
6 stars 4 forks source link

Elements in the Google densemap don't get erased #11

Closed altf4 closed 12 years ago

altf4 commented 12 years ago

When we delete a Player in QuitServer(), the damned Player shows up again when we call AuthenticateClient().

I haven't the foggiest clue why. I'm considering dropping Google densemaps because they have been such a pain to deal with so far. Terrible documentation (non-existent) and strange code behavior.

altf4 commented 12 years ago

In 63882b2, the PlayerList was redefined to have a uint key, rather than char*. That fixed it.