This commit is contained in:
MarcEricMartel
2023-11-24 15:24:46 -05:00
parent bd3f677118
commit 981d66c730
3 changed files with 25 additions and 4 deletions

View File

@@ -166,7 +166,8 @@ private:
bool m_networkgame = false;
netprot::PlayerInfo m_pinfo;
RemotePlayer m_remotePlayer = RemotePlayer(netprot::PlayerInfo(),Vector3f(5.5f, CHUNK_SIZE_Y + 1.8f, 5.5f));
std::unordered_map<uint64_t, netprot::Sync> m_syncs;
//RemotePlayer m_remotePlayer = RemotePlayer(netprot::PlayerInfo(),Vector3f(5.5f, CHUNK_SIZE_Y + 1.8f, 5.5f));
std::string m_messageNotification = "";
};