Removed some TODOs. Fixed network error message.

This commit is contained in:
lotodore
2007-06-02 21:19:19 +00:00
parent df2e7a84dd
commit 2022e794ae
5 changed files with 23 additions and 15 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ private:
unsigned m_serverPort;
std::string m_password;
sockaddr_storage m_clientSockaddr;
std::string m_playerName; // TODO: use player interface.
std::string m_playerName;
};
#endif