mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- fixed: Hexen's pig was missing an A_QueueCorpse call.
SVN r2644 (trunk)
This commit is contained in:
parent
08a40b22be
commit
39daeb25e3
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ ACTOR Pig : MorphedMonster
|
|||
Death:
|
||||
PIGY E 4 A_Scream
|
||||
PIGY F 3 A_NoBlocking
|
||||
PIGY G 4
|
||||
PIGY G 4 A_QueueCorpse
|
||||
PIGY H 3
|
||||
PIGY IJK 4
|
||||
PIGY L -1
|
||||
|
|
Loading…
Reference in a new issue