1
0

Protocol 1.7: Implemented the first batch of sent packets.

This commit is contained in:
madmaxoft
2013-11-01 16:20:15 +01:00
parent db190a627c
commit b6faeaba18
6 changed files with 658 additions and 3 deletions

View File

@@ -385,6 +385,16 @@ void cProtocolRecognizer::SendPickupSpawn(const cPickup & a_Pickup)
void cProtocolRecognizer::SendPlayerAbilities(void)
{
ASSERT(m_Protocol != NULL);
m_Protocol->SendPlayerAbilities();
}
void cProtocolRecognizer::SendPlayerAnimation(const cPlayer & a_Player, char a_Animation)
{
ASSERT(m_Protocol != NULL);