- SW: Properly fix the Uzi when reloading.

This commit is contained in:
Mitchell Richters 2020-08-18 22:48:58 +10:00
parent 471355dc2b
commit 8d101a4a57

View file

@ -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;