- If this was a git repository, I wouldn't have needed to just make three broken commits in a row.

SVN r4044 (trunk)
This commit is contained in:
Randy Heit 2013-01-25 03:32:20 +00:00
parent 1c999d9d55
commit 5dca935305
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ void P_CheckWeaponFire (player_t *player)
return;
}
}
else if ((player->WeaponStat & WF_WEAPONREADYALT) && (player->cmd.ucmd.buttons & BT_ALTATTACK))
else if ((player->WeaponState & WF_WEAPONREADYALT) && (player->cmd.ucmd.buttons & BT_ALTATTACK))
{
if (!player->attackdown || !(weapon->WeaponFlags & WIF_NOAUTOFIRE))
{