mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-25 13:31:59 +00:00
SW: fixed coolie death animation.
This commit is contained in:
parent
b7ed7824d9
commit
c62418006c
2 changed files with 1 additions and 3 deletions
|
@ -16,7 +16,6 @@ x(COOLIE_CHARGE)
|
|||
x(COOLIE_RUN)
|
||||
x(COOLIE_PAIN)
|
||||
x(COOLIE_DEAD_NOHEAD)
|
||||
x(COOLIE_DEAD_HEAD)
|
||||
x(COOLIE_DIE)
|
||||
x(COOLIE_DEAD)
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@
|
|||
1400 = "COOLIE_RUN", 4, 5, 1
|
||||
1420 = "COOLIE_PAIN"
|
||||
1440 = "COOLIE_DEAD_NOHEAD"
|
||||
4267 = "COOLIE_DEAD_HEAD"
|
||||
4260 = "COOLIE_DIE"
|
||||
4260 = "COOLIE_DIE", 8
|
||||
4268 = "COOLIE_DEAD"
|
||||
|
||||
3780 = "EEL_RUN", 3, 5, 1
|
||||
|
|
Loading…
Reference in a new issue