- fixed seqKill actor variant.

This commit is contained in:
Christoph Oelckers 2021-09-12 18:17:27 +02:00
parent fefc9e91da
commit 3c3da13d3f
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ void seqKillAll()
void seqKill(DBloodActor* actor)
{
activeList.remove(4, actor->s().extra);
activeList.remove(3, actor->s().extra);
}