mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-12-03 01:13:22 +00:00
- fixed: forgot to assign +ZDOOMTRANS to rockets
This commit is contained in:
parent
01f88cfb16
commit
c252b5d753
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ class Rocket : Actor
|
||||||
+RANDOMIZE
|
+RANDOMIZE
|
||||||
+DEHEXPLOSION
|
+DEHEXPLOSION
|
||||||
+ROCKETTRAIL
|
+ROCKETTRAIL
|
||||||
|
+ZDOOMTRANS
|
||||||
SeeSound "weapons/rocklf";
|
SeeSound "weapons/rocklf";
|
||||||
DeathSound "weapons/rocklx";
|
DeathSound "weapons/rocklx";
|
||||||
Obituary "$OB_MPROCKET";
|
Obituary "$OB_MPROCKET";
|
||||||
|
|
Loading…
Reference in a new issue