Hopefully fix spectating

This commit is contained in:
def 2014-06-22 15:16:34 +02:00
parent 13f0a455e1
commit e69987cc93

View file

@ -50,6 +50,7 @@ CPlayer::CPlayer(CGameContext *pGameServer, int ClientID, int Team)
m_DefEmote = EMOTE_NORMAL; m_DefEmote = EMOTE_NORMAL;
m_Afk = false; m_Afk = false;
m_LastWhisperTo = -1; m_LastWhisperTo = -1;
m_LastSetSpectatorMode = 0;
m_TuneZone = 0; m_TuneZone = 0;
m_TuneZoneOld = m_TuneZone; m_TuneZoneOld = m_TuneZone;