This commit is contained in:
parent
8afe90e6d4
commit
52c69c25b8
11 changed files with 64 additions and 31 deletions
|
@ -122,7 +122,7 @@ void CNpcEnemy::processSpiderCrabCollision()
|
|||
{
|
||||
CPlayer *player = GameScene.getPlayer();
|
||||
|
||||
//player->takeDamage( m_data[m_type].damageToUserType );
|
||||
player->takeDamage( m_data[m_type].damageToUserType );
|
||||
|
||||
m_animNo = ANIM_SPIDERCRAB_BITE;
|
||||
m_animPlaying = true;
|
||||
|
@ -142,7 +142,7 @@ void CNpcEnemy::processSpiderCrabCollision()
|
|||
{
|
||||
CPlayer *player = GameScene.getPlayer();
|
||||
|
||||
//player->takeDamage( m_data[m_type].damageToUserType );
|
||||
player->takeDamage( m_data[m_type].damageToUserType );
|
||||
|
||||
m_controlFunc = m_oldControlFunc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue