This commit is contained in:
Daveo 2001-05-31 20:07:48 +00:00
parent 347d0929f4
commit 5640e7c352
13 changed files with 240 additions and 241 deletions

View file

@ -48,9 +48,9 @@ void CFXSteam::SetSize(int Size)
}
/*****************************************************************************/
void CFXSteam::setDie()
void CFXSteam::killFX()
{
CFXBaseTrail::setDie();
DieOut=true;
for (int i=0; i<LIST_SIZE; i++)
{ // Set drift off
sList &ThisElem=List[i];