Better ICons + Mac Icons

Disabled Emotional tees until reworked
This commit is contained in:
GreYFoX 2011-04-13 00:34:57 +02:00
parent e3cc1c405e
commit dd70b687ed
4 changed files with 3 additions and 4 deletions

BIN
other/icons/DDRace.icns Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 151 KiB

BIN
other/icons/DDRace_srv.icns Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

View file

@ -1203,9 +1203,8 @@ void CGameContext::OnMessage(int MsgID, CUnpacker *pUnpacker, int ClientID)
pPlayer->m_LastEmote = Server()->Tick();
SendEmoticon(ClientID, pMsg->m_Emoticon);
SendEmoticon(ClientID, pMsg->m_Emoticon);
CCharacter* pChr = pPlayer->GetCharacter();
// TODO:DDRace GreYFoX Rework Emoticons
/*CCharacter* pChr = pPlayer->GetCharacter();
if(pChr && g_Config.m_SvEmotionalTees && pChr->m_EyeEmote)
{
switch(pMsg->m_Emoticon)
@ -1237,7 +1236,7 @@ void CGameContext::OnMessage(int MsgID, CUnpacker *pUnpacker, int ClientID)
break;
}
pChr->SetEmoteStop(Server()->Tick() + 2 * Server()->TickSpeed());
}
}*/
}
else if (MsgID == NETMSGTYPE_CL_KILL && !m_World.m_Paused)
{