This commit is contained in:
MarcEricMartel
2023-10-23 16:21:15 -04:00
parent 49240635b6
commit 498fb7baf7
2 changed files with 11 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ private:
std::map<Timestamp, netprot::Output> m_output_manifest;
std::map<Timestamp, netprot::Chat> m_chatlog;
SOCKET m_sock_tcp, m_sock_udp;
SOCKET m_sock;
sockaddr_in m_addr;
netprot::LoginInfo m_loginfo;
netprot::PlayerInfo m_playinfo;