Comply to AMXX style for more consistency in 7319646e4d61

This commit is contained in:
Vincent Herbet 2013-07-02 23:15:55 +02:00
parent 3075e0b375
commit 1722d0cb4f

View File

@ -55,12 +55,12 @@ EventsMngr::ClEvent::ClEvent(CPluginMngr::CPlugin* plugin, int func, int flags)
m_FlagDead = (flags & 8) ? true : false; // flag d
}
if( m_FlagClient )
if (m_FlagClient)
{
m_FlagPlayer = true;
m_FlagBot = true;
if( flags & 96 )
if (flags & 96)
{
m_FlagPlayer = (flags & 32) ? true : false; // flag f
m_FlagBot = (flags & 64) ? true : false; // flag g