mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 20:40:47 +00:00
- RR: Give ammo for the secondary ripsaw mode when picking up the weapon in standard RR, too.
This commit is contained in:
parent
034ef2290b
commit
7df20ee047
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ void addweapon_r(struct player_struct* p, int weapon)
|
|||
if (weapon == THROWSAW_WEAPON)
|
||||
{
|
||||
p->gotweapon.Set(BUZZSAW_WEAPON);
|
||||
if (isRRRA()) p->ammo_amount[BUZZSAW_WEAPON] = 1;
|
||||
p->ammo_amount[BUZZSAW_WEAPON] = 1;
|
||||
}
|
||||
if (isRRRA())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue