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

@ -42,6 +42,8 @@ void CNpcSmallJellyfishProjectileEnemy::postInit()
CNpcEnemy::postInit();
m_lifetime = 8 * GameState::getOneSecondInFrames();
m_RGB = 255 + ( 128 << 8 ) + ( 255 << 16 );
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////