mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-25 13:41:05 +00:00
- fixed: forgot to assign +ZDOOMTRANS to rockets
This commit is contained in:
parent
daad76547d
commit
eeaf6214f7
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