mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- SW: Properly fix the Uzi when reloading.
This commit is contained in:
parent
471355dc2b
commit
8d101a4a57
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue