mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +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
|
||||
Goto See
|
||||
Missile:
|
||||
SKEL J 1 BRIGHT A_FaceTarget
|
||||
SKEL J 9 BRIGHT A_FaceTarget
|
||||
SKEL J 0 BRIGHT A_FaceTarget
|
||||
SKEL J 10 BRIGHT A_FaceTarget
|
||||
SKEL K 10 A_SkelMissile
|
||||
SKEL K 10 A_FaceTarget
|
||||
Goto See
|
||||
|
|
Loading…
Reference in a new issue