This commit is contained in:
Charles 2001-05-05 22:21:30 +00:00
parent ea7e7d044d
commit 37b479de89
2 changed files with 9 additions and 1 deletions

View file

@ -35,6 +35,10 @@
#include "player\player.h"
#endif
#include "fx\fx.h"
#include "fx\fxjfish.h"
#define MJ_CYCLE_WIDTH 400
#define MJ_HALF_CYCLE_WIDTH ( MJ_CYCLE_WIDTH >> 1 )
@ -50,6 +54,9 @@ void CNpcMotherJellyfishEnemy::postInit()
{
m_health = CLevel::getBossHealth();
}
CFXJellyFishLegs *T=(CFXJellyFishLegs*)CFX::Create(CFX::FX_TYPE_JELLYFISH_LEGS,this);
T->SetUp(128,4,8,16);
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////