This commit is contained in:
Daveo 2001-06-18 16:31:24 +00:00
parent cbd3a6bf90
commit dc0966e06f
5 changed files with 126 additions and 80 deletions

View file

@ -80,7 +80,7 @@ void CFXBaseAnim::killFX()
{
setToShutdown();
// If has follow on effect, create it now
if (DataPtr->EndFX || canThink())
if (DataPtr->EndFX!=CFX::FX_TYPE_NONE && canThink())
{
CFX::Create((CFX::FX_TYPE)DataPtr->EndFX,getPos());
}