From 8d101a4a57b8fb42d77c4efef1e98757feb15cf1 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Tue, 18 Aug 2020 22:48:58 +1000 Subject: [PATCH] - SW: Properly fix the Uzi when reloading. --- source/sw/src/panel.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/sw/src/panel.cpp b/source/sw/src/panel.cpp index 1cc663dd8..f89033541 100644 --- a/source/sw/src/panel.cpp +++ b/source/sw/src/panel.cpp @@ -2290,6 +2290,8 @@ pUziStartReload(PANEL_SPRITEp psp) { SetVisNorm(); + psp->ox = psp->x; + // Set uzi's to reload state if (psp->PlayerP->WpnUziType < 3) psp->PlayerP->WpnUziType += 3;