mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
- RR: fixed weapon switching code.
This commit is contained in:
parent
f23ddc28f0
commit
36f753df8f
1 changed files with 6 additions and 4 deletions
|
@ -3945,6 +3945,7 @@ HORIZONLY:
|
|||
//Shooting code/changes
|
||||
|
||||
if (p->show_empty_weapon > 0)
|
||||
{
|
||||
p->show_empty_weapon--;
|
||||
|
||||
if (p->show_empty_weapon == 0 && (WeaponSwitch(p - ps) & 2))
|
||||
|
@ -3952,6 +3953,7 @@ HORIZONLY:
|
|||
fi.addweapon(p, p->last_full_weapon, true);
|
||||
return;
|
||||
}
|
||||
}
|
||||
dokneeattack(snum, { FEM10, NAKED1, STATUE });
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue