This commit is contained in:
parent
8679995a69
commit
9bf66ef925
10 changed files with 115 additions and 26 deletions
|
@ -103,7 +103,7 @@ void CNpcFlyingDutchmanEnemy::think( int _frames )
|
|||
}
|
||||
}
|
||||
|
||||
CNpcEnemy::think( _frames );
|
||||
CNpcBossEnemy::think( _frames );
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -760,7 +760,7 @@ void CNpcFlyingDutchmanEnemy::collidedWith(CThing *_thisThing)
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
else if ( m_invulnerableTimer <= 0 )
|
||||
{
|
||||
// player is attacking, respond appropriately
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue