This commit is contained in:
Daveo 2001-06-14 21:17:10 +00:00
parent c716046995
commit 1ba0ce001d
19 changed files with 57 additions and 118 deletions

View file

@ -39,12 +39,6 @@ void CFXBaseAnim::init(DVECTOR const &_Pos)
renderFrame=DataPtr->StartFrame;
}
/*****************************************************************************/
void CFXBaseAnim::shutdown()
{
CFX::shutdown();
}
/*****************************************************************************/
/*** Think *******************************************************************/
/*****************************************************************************/
@ -86,7 +80,7 @@ void CFXBaseAnim::killFX()
{
setToShutdown();
// If has follow on effect, create it now
if (DataPtr->EndFX)
if (DataPtr->EndFX || canThink())
{
CFX::Create((CFX::FX_TYPE)DataPtr->EndFX,getPos());
}