omg 💣
This commit is contained in:
@@ -42,8 +42,8 @@ public:
|
||||
|
||||
bool m_nsync = true;
|
||||
|
||||
std::vector<Bullet> m_bullet_vector;
|
||||
std::vector<ChunkMod> m_diff_vector;
|
||||
std::vector<Bullet> Bullets;
|
||||
std::vector<ChunkMod> ChunkDiffs;
|
||||
|
||||
private:
|
||||
std::unordered_map<Timestamp, Input> m_input_manifest;
|
||||
@@ -52,6 +52,7 @@ private:
|
||||
std::deque<Output> m_output_vector;
|
||||
std::unordered_map<Timestamp, Chat> m_chatlog;
|
||||
|
||||
float m_shoot_acc = 0;
|
||||
|
||||
SOCKET m_sock;
|
||||
sockaddr_in m_addr;
|
||||
|
||||
Reference in New Issue
Block a user