This commit is contained in:
Charles 2001-05-10 22:19:55 +00:00
parent 30f38c3c45
commit 09bf0f7421
7 changed files with 141 additions and 39 deletions

View file

@ -638,6 +638,10 @@ void CNpcEnemy::init()
m_isCaught = false;
m_isBlowerOn = false;
m_speed = m_data[m_type].speed;
setCollisionSize( 100, 100 );
updateCollisionArea();
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////