From 042caf1b21a1561ea791f476572dd34a35570324 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Wed, 19 Aug 2020 15:35:04 +1000 Subject: [PATCH] - SW: Implement `cl_weaponsway` for game. --- source/sw/src/panel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sw/src/panel.cpp b/source/sw/src/panel.cpp index f89033541..8204240f4 100644 --- a/source/sw/src/panel.cpp +++ b/source/sw/src/panel.cpp @@ -6800,7 +6800,7 @@ pWeaponBob(PANEL_SPRITEp psp, short condition) } } - if (TEST(psp->flags, PANF_BOB)) + if (cl_weaponsway && TEST(psp->flags, PANF_BOB)) { // // // sin_xxx moves the weapon left-right