mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
Fixed: actor VolcanoBlast was missing its second frame from its Spawn state sequence.
SVN r2311 (trunk)
This commit is contained in:
parent
5a4be4b62b
commit
ac7c93ba58
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ ACTOR VolcanoBlast
|
|||
States
|
||||
{
|
||||
Spawn:
|
||||
VFBL A 4 BRIGHT A_SpawnItemEx("Puffy", random2[BeastPuff]()*0.015625, random2[BeastPuff]()*0.015625, random2[BeastPuff]()*0.015625,
|
||||
VFBL AB 4 BRIGHT A_SpawnItemEx("Puffy", random2[BeastPuff]()*0.015625, random2[BeastPuff]()*0.015625, random2[BeastPuff]()*0.015625,
|
||||
0,0,0,0,SXF_ABSOLUTEPOSITION, 64)
|
||||
Loop
|
||||
|
||||
|
|
Loading…
Reference in a new issue