ayoye bobo

This commit is contained in:
MarcEricMartel 2023-11-24 14:18:37 -05:00
parent 573316682b
commit d1c3d17055

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;