Comply to AMXX style for more consistency in 7319646e4d61

Former-commit-id: 1722d0cb4f
This commit is contained in:
Vincent Herbet 2013-07-02 23:15:55 +02:00
parent 6912199ae0
commit 0ddc00727d

View File

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