Tweak hammer spin to make it slightly less chaotic.

This commit is contained in:
Mari the Deer 2022-11-17 16:54:08 +01:00
commit d4e8cf7844
3 changed files with 6 additions and 6 deletions

View file

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