Fixed: actor VolcanoBlast was missing its second frame from its Spawn state sequence.

SVN r2311 (trunk)
This commit is contained in:
Christoph Oelckers 2010-05-07 08:19:12 +00:00
parent 5a4be4b62b
commit ac7c93ba58

View file

@ -204,7 +204,7 @@ ACTOR VolcanoBlast
States States
{ {
Spawn: 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) 0,0,0,0,SXF_ABSOLUTEPOSITION, 64)
Loop Loop