Score should now track to all clients

This commit is contained in:
Tleety
2016-03-03 20:45:16 +01:00
parent 3e9ad7dc14
commit 00c585de3c
7 changed files with 1309 additions and 1123 deletions
+1
View File
@@ -34,6 +34,7 @@ private:
EntityWrapper Player = EntityWrapper::Invalid;
};
std::vector<int> m_DisconnectedIdentities;
int m_PlayerCounter = 0;
std::unordered_map<int, PlayerData> m_PlayerIdentities;
};