This commit is contained in:
parent
d9d7005122
commit
42b33334a4
7 changed files with 26 additions and 43 deletions
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue