This commit is contained in:
Charles 2001-05-17 21:07:43 +00:00
parent d9d7005122
commit 42b33334a4
7 changed files with 26 additions and 43 deletions

View file

@ -629,6 +629,7 @@ void CNpcEnemy::init()
m_isBlowerOn = false;
m_speed = m_data[m_type].speed;
m_heading = 0;
m_RGB = 0;
updateCollisionArea();
}
@ -1696,10 +1697,3 @@ void CNpcEnemy::processCoralBlower( int _frames )
m_isBlowerOn = false;
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
u32 CNpcEnemy::getRGB()
{
return( 0 );
}