From 006a0b1641f005c1feed2f572ee394f864d7c79e Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 28 Jun 2012 23:11:32 +0000 Subject: [PATCH] - fixed the Programmer's last state's sprite frame (was Y, should be X. SVN r3715 (trunk) --- wadsrc/static/actors/strife/programmer.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/actors/strife/programmer.txt b/wadsrc/static/actors/strife/programmer.txt index fef811b7e..755b453be 100644 --- a/wadsrc/static/actors/strife/programmer.txt +++ b/wadsrc/static/actors/strife/programmer.txt @@ -76,7 +76,7 @@ ACTOR Programmer 71 PRGR S 6 Bright PRGR TUVW 5 Bright PRGR X 32 Bright - PRGR Y -1 Bright A_ProgrammerDeath + PRGR X -1 Bright A_ProgrammerDeath Stop } }