This commit is contained in:
Charles 2001-05-15 20:34:37 +00:00
parent 391170dbd4
commit 3e9626c776
3 changed files with 3 additions and 2 deletions

View file

@ -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 );
}