- 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

View file

@ -599,7 +599,7 @@ void P_CheckWeaponFire (player_t *player)
return; 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)) if (!player->attackdown || !(weapon->WeaponFlags & WIF_NOAUTOFIRE))
{ {