mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +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 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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue