mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-12 23:54:35 +00:00
- fixed: PillarAlienPower must loop its state.
SVN r4279 (trunk)
This commit is contained in:
parent
e271692dbb
commit
2767f31a92
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ ACTOR PillarAlienPower 227
|
||||||
States
|
States
|
||||||
{
|
{
|
||||||
Spawn:
|
Spawn:
|
||||||
APOW A -1 A_LoopActiveSound
|
APOW A 4 A_LoopActiveSound
|
||||||
Stop
|
Stop
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue