This commit is contained in:
parent
391170dbd4
commit
3e9626c776
3 changed files with 3 additions and 2 deletions
|
@ -1392,7 +1392,7 @@ void CNpcEnemy::processEvent( GAME_EVENT evt, CThing *sourceThing )
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
bool CNpcEnemy::canBeCaughtByNet()
|
||||
u8 CNpcEnemy::canBeCaughtByNet()
|
||||
{
|
||||
return( m_isActive && !m_isDying && m_data[m_type].canBeNetted );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue