Hahaha il manquait les ChunkMods dans netprot :finnadie:
This commit is contained in:
@@ -41,6 +41,10 @@ public:
|
||||
void CleanInputManifest(Timestamp time);
|
||||
|
||||
bool m_nsync = true;
|
||||
|
||||
std::vector<Bullet> m_bullet_vector;
|
||||
std::vector<ChunkMod> m_diff_vector;
|
||||
|
||||
private:
|
||||
std::unordered_map<Timestamp, Input> m_input_manifest;
|
||||
std::vector<Input> m_input_vector;
|
||||
@@ -48,6 +52,7 @@ private:
|
||||
std::deque<Output> m_output_vector;
|
||||
std::unordered_map<Timestamp, Chat> m_chatlog;
|
||||
|
||||
|
||||
SOCKET m_sock;
|
||||
sockaddr_in m_addr;
|
||||
LoginInfo m_loginfo;
|
||||
|
Reference in New Issue
Block a user