From 316867581bc080d4436752f4390ab9e374afe1e5 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Mon, 17 Apr 2023 08:52:26 +1000 Subject: [PATCH] - Duke: Fix previous commit. --- wadsrc/static/zscript/games/duke/actors/dukeweapons/hitscan.zs | 1 - 1 file changed, 1 deletion(-) diff --git a/wadsrc/static/zscript/games/duke/actors/dukeweapons/hitscan.zs b/wadsrc/static/zscript/games/duke/actors/dukeweapons/hitscan.zs index 398a2d232..9b7fd775f 100644 --- a/wadsrc/static/zscript/games/duke/actors/dukeweapons/hitscan.zs +++ b/wadsrc/static/zscript/games/duke/actors/dukeweapons/hitscan.zs @@ -406,4 +406,3 @@ class WW2GIChaingunShot : DukeChaingunShot return HitscanAttack(actor, p, pos, ang, hspread, vspread, 11.25, true, self.WW2GIAimAngle(p)); } } -+ \ No newline at end of file