targeted fix for #45

as there was no consensus on conversion to explosions from the RFA, holding 7a88b2d489 on back untill we adress that in the ECS pass with 4.1
This commit is contained in:
AzaezelX 2022-07-31 13:24:01 -05:00
parent 0a1fd3c278
commit 4fd8436911

View file

@ -481,6 +481,7 @@ void Splash::processTick(const Move*)
if( mCurrMS >= mEndingMS ) if( mCurrMS >= mEndingMS )
{ {
mDead = true; mDead = true;
deleteObject();
} }
} }
} }