This commit is contained in:
Charles 2001-05-09 20:00:52 +00:00
parent 6ed0971346
commit 5f86af045b
2 changed files with 23 additions and 0 deletions

View file

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