mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- fixed the Programmer's last state's sprite frame (was Y, should be X.
SVN r3715 (trunk)
This commit is contained in:
parent
a2b51665ac
commit
006a0b1641
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue