mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 06:41:59 +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)
|
||||
{
|
||||
activeList.remove(4, actor->s().extra);
|
||||
activeList.remove(3, actor->s().extra);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue