Skip to content

Commit

Permalink
Merge branch 'clobber-patch-1' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
LTCHIPS committed Jan 4, 2021
2 parents abb6412 + f0d0ea3 commit 49bba1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rt_playr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2750,7 +2750,7 @@ boolean GiveBulletWeapon(objtype *ob,int bulletweapon,statobj_t*check)

}

inline boolean DetermineAmmoPickup(playertype *pstate, statobj_t *check)
boolean DetermineAmmoPickup(playertype *pstate, statobj_t *check)
{
if ((GetWeaponForItem(check->itemnumber) == pstate->missileweapon) &&
(pstate->ammo < stats[check->itemnumber].ammo))
Expand Down

0 comments on commit 49bba1e

Please sign in to comment.