mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- removed the initial extra state of Heretic's Mummy's projectile to restore the original sound behavior.
This commit is contained in:
parent
0a8255f34b
commit
1a275a7e8e
1 changed files with 1 additions and 2 deletions
|
@ -121,12 +121,11 @@ ACTOR MummyFX1
|
||||||
States
|
States
|
||||||
{
|
{
|
||||||
Spawn:
|
Spawn:
|
||||||
FX15 A 1 Bright
|
|
||||||
FX15 A 5 Bright A_PlaySound("mummy/head")
|
FX15 A 5 Bright A_PlaySound("mummy/head")
|
||||||
FX15 B 5 Bright A_SeekerMissile(10,20)
|
FX15 B 5 Bright A_SeekerMissile(10,20)
|
||||||
FX15 C 5 Bright
|
FX15 C 5 Bright
|
||||||
FX15 B 5 Bright A_SeekerMissile(10,20)
|
FX15 B 5 Bright A_SeekerMissile(10,20)
|
||||||
Goto Spawn+1
|
Loop
|
||||||
Death:
|
Death:
|
||||||
FX15 DEFG 5 Bright
|
FX15 DEFG 5 Bright
|
||||||
Stop
|
Stop
|
||||||
|
|
Loading…
Reference in a new issue