Removed WinLeakCheck. Minor variable name changes. removed IsWASDKeyDown struct

This commit is contained in:
stiffly
2015-12-17 17:56:15 +01:00
parent 076030a252
commit 0b714e593f
5 changed files with 14 additions and 41 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ private:
// Game logic
World* m_World;
EventBroker* m_EventBroker;
// size = ammount of players to create, stores playerID's
// vec.size() = ammount of players to create, stores playerID's
std::vector<unsigned int> m_PlayersToCreate;
// Packet loss logic