This commit is contained in:
Daveo 2001-05-15 21:36:31 +00:00
parent 92f0682887
commit 1efe7336c4

View File

@ -109,17 +109,13 @@ CFX *NewFX;
return NULL;
}
NewFX->init();
// Pos=NewFX->getSizeForPlacement();
// Pos.vx=_pos->vx+(NewFXPos.vx/2);
// Pos.vy=_pos->vy+(NewFXPos.vy/2)-16;
// NewFX->setPos(&NewFXPos);
if (Parent)
{
Parent->addChild(NewFX);
}
NewFX->init();
return NewFX;
}