This commit is contained in:
Daveo 2001-05-11 23:52:38 +00:00
parent 895ac32d27
commit a7a1b53709
6 changed files with 166 additions and 94 deletions

View file

@ -33,9 +33,9 @@ void CNpcMotherJellyfishBackground::postInit()
{
CNpcEnemy::postInit();
CFXJellyFishLegs *T=(CFXJellyFishLegs*)CFX::Create(CFX::FX_TYPE_JELLYFISH_LEGS,this);
T->SetUp(128,4,8,16);
T->SetOtPos( 15 );
// CFXJellyFishLegs *T=(CFXJellyFishLegs*)CFX::Create(CFX::FX_TYPE_JELLYFISH_LEGS,this);
// T->SetUp(128,4,8,16);
// T->SetOtPos( 15 );
m_actorGfx->SetOtPos( 15 );
}