This commit is contained in:
parent
78683c9539
commit
9a2314b3ad
5 changed files with 15 additions and 1 deletions
|
@ -1284,6 +1284,7 @@ void CNpcEnemy::processCollision()
|
|||
CPlayer *player = GameScene.getPlayer();
|
||||
|
||||
player->takeDamage( m_data[m_type].damageToUserType );
|
||||
processUserCollision( (CThing *) player );
|
||||
|
||||
m_controlFunc = m_oldControlFunc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue