Tweak hammer spin to make it slightly less chaotic.
This commit is contained in:
parent
706a3488d1
commit
d4e8cf7844
3 changed files with 6 additions and 6 deletions
|
|
@ -2745,7 +2745,7 @@ Class SWWMStatusBar : BaseStatusBar
|
|||
if ( def.MagAmmoType )
|
||||
{
|
||||
let mag = MagAmmo(CPlayer.mo.FindInventory(def.MagAmmoType));
|
||||
if ( mag )
|
||||
if ( mag ) // theoretically can't happen, but still check for it
|
||||
{
|
||||
amt = mag.Amount;
|
||||
amax = amax*mag.ClipSize+mag.MaxAmount;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue