SQC-15_online #1

Merged
memartel_loc merged 349 commits from SQC-15_online into master 2023-12-10 17:41:26 -05:00
Showing only changes of commit d1c3d17055 - Show all commits

View File

@ -27,7 +27,7 @@ public:
void SetPosition(Vector3f pos) { m_position = pos; }
private:
netprot::Output current, previous;
netprot::Output current = netprot::Output(), previous = netprot::Output();
std::map<uint64_t, netprot::Output> m_outbuf;
netprot::PlayerInfo m_pinfo;
float m_aminacc;