This commit is contained in:
MarcEricMartel 2023-11-24 14:22:05 -05:00
parent d1c3d17055
commit 6f13e8fb70

View File

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