- fixed the Programmer's last state's sprite frame (was Y, should be X.

SVN r3715 (trunk)
This commit is contained in:
Christoph Oelckers 2012-06-28 23:11:32 +00:00
parent a2b51665ac
commit 006a0b1641
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ ACTOR Programmer 71
PRGR S 6 Bright PRGR S 6 Bright
PRGR TUVW 5 Bright PRGR TUVW 5 Bright
PRGR X 32 Bright PRGR X 32 Bright
PRGR Y -1 Bright A_ProgrammerDeath PRGR X -1 Bright A_ProgrammerDeath
Stop Stop
} }
} }