From ac7c93ba5887057bf7563c51c34e4a0d9ad5c34e Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 7 May 2010 08:19:12 +0000 Subject: [PATCH] Fixed: actor VolcanoBlast was missing its second frame from its Spawn state sequence. SVN r2311 (trunk) --- wadsrc/static/actors/heretic/hereticmisc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/actors/heretic/hereticmisc.txt b/wadsrc/static/actors/heretic/hereticmisc.txt index b41a2d4f78..b6644e4446 100644 --- a/wadsrc/static/actors/heretic/hereticmisc.txt +++ b/wadsrc/static/actors/heretic/hereticmisc.txt @@ -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