Johnny B. NoGood! 🎶

This commit is contained in:
MarcEricMartel
2023-11-26 12:19:05 -05:00
parent 935216e9c3
commit 0200f77be8
2 changed files with 12 additions and 7 deletions

View File

@@ -102,7 +102,7 @@ private:
Bullet* m_bullets[MAX_BULLETS];
std::unordered_map<uint64_t, Player*> m_players;
std::unordered_map<uint64_t, RemotePlayer*> m_players;
netprot::Buffer m_buf, m_bufout;
std::chrono::high_resolution_clock::time_point m_startTime;