Skip to content

Commit

Permalink
Merge pull request #7 from DenisBelmondo/fixed-rl-flash
Browse files Browse the repository at this point in the history
Fix rocket launcher flash desync
  • Loading branch information
NightFright2k19 authored May 25, 2020
2 parents f8f8f67 + 615136c commit 3a8972d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zscript/doom1.zc
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ class ZPerkRocketLauncher : RocketLauncher
PKRL A 0 A_ReFire();
Goto Ready;
Flash:
PKRF A 3 Bright A_Light1();
PKRF A 2 Bright A_Light1();
PKRF B 2 Bright;
PKRF C 2 Bright A_Light2();
PKRF DE 3 Bright;
Expand Down

0 comments on commit 3a8972d

Please sign in to comment.