mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- fixed exploding barrel animation duration.
This commit is contained in:
parent
a16088f4b4
commit
55520ed7d0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class ExplosiveBarrel : Actor
|
|||
BEXP A 5 BRIGHT;
|
||||
BEXP B 5 BRIGHT A_Scream;
|
||||
BEXP C 5 BRIGHT;
|
||||
BEXP D 5 BRIGHT A_Explode;
|
||||
BEXP D 10 BRIGHT A_Explode;
|
||||
BEXP E 10 BRIGHT;
|
||||
TNT1 A 1050 BRIGHT A_BarrelDestroy;
|
||||
TNT1 A 5 A_Respawn;
|
||||
|
|
Loading…
Reference in a new issue