summaryrefslogtreecommitdiffstats
path: root/source/packets/cPacket_Flying.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/packets/cPacket_Flying.h')
-rw-r--r--source/packets/cPacket_Flying.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/packets/cPacket_Flying.h b/source/packets/cPacket_Flying.h
index 2d19820de..52f33e7fd 100644
--- a/source/packets/cPacket_Flying.h
+++ b/source/packets/cPacket_Flying.h
@@ -16,7 +16,7 @@ public:
{ m_PacketID = E_FLYING; }
virtual cPacket* Clone() const { return new cPacket_Flying(*this); }
- virtual int Parse(const char * a_Data, int a_Size) override;
+ virtual int Parse(cByteBuffer & a_Buffer) override;
bool m_bFlying;
static const unsigned int c_Size = 2;