mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- fixed: forgot to assign +ZDOOMTRANS to rockets
This commit is contained in:
parent
813b321c45
commit
45d7401885
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