1
0

cProtocol add SendExperience() and debugging

This commit is contained in:
Daniel O'Brien
2013-11-15 08:35:02 +11:00
parent ea778c7027
commit f6e16ce150
8 changed files with 48 additions and 1 deletions

View File

@@ -466,6 +466,16 @@ void cProtocolRecognizer::SendRespawn(void)
void cProtocolRecognizer::SendSetExperience(void)
{
ASSERT(m_Protocol != NULL);
m_Protocol->SendSetExperience();
}
void cProtocolRecognizer::SendSoundEffect(const AString & a_SoundName, int a_SrcX, int a_SrcY, int a_SrcZ, float a_Volume, float a_Pitch)
{
ASSERT(m_Protocol != NULL);