mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- fixed: the Revenant's frame duration in its missile state were wrong.
This commit is contained in:
parent
1d2aa3df0c
commit
8f238f8d32
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ ACTOR Revenant 66
|
||||||
SKEL I 6 A_SkelFist
|
SKEL I 6 A_SkelFist
|
||||||
Goto See
|
Goto See
|
||||||
Missile:
|
Missile:
|
||||||
SKEL J 1 BRIGHT A_FaceTarget
|
SKEL J 0 BRIGHT A_FaceTarget
|
||||||
SKEL J 9 BRIGHT A_FaceTarget
|
SKEL J 10 BRIGHT A_FaceTarget
|
||||||
SKEL K 10 A_SkelMissile
|
SKEL K 10 A_SkelMissile
|
||||||
SKEL K 10 A_FaceTarget
|
SKEL K 10 A_FaceTarget
|
||||||
Goto See
|
Goto See
|
||||||
|
|
Loading…
Reference in a new issue