Skip to content

Commit

Permalink
- fixed seqKill actor variant.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Sep 12, 2021
1 parent fefc9e9 commit 3c3da13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/games/blood/src/seq.cpp
Expand Up @@ -499,7 +499,7 @@ void seqKillAll()

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


Expand Down

0 comments on commit 3c3da13

Please sign in to comment.