mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 22:51:50 +00:00
- fixed seqKill actor variant.
This commit is contained in:
parent
fefc9e91da
commit
3c3da13d3f
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ void seqKillAll()
|
||||||
|
|
||||||
void seqKill(DBloodActor* actor)
|
void seqKill(DBloodActor* actor)
|
||||||
{
|
{
|
||||||
activeList.remove(4, actor->s().extra);
|
activeList.remove(3, actor->s().extra);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue