git-svn-id: https://svn.eduke32.com/eduke32@176 1a8010ca-5511-0410-912e-c29ae57300e0

This commit is contained in:
terminx 2006-05-21 00:28:59 +00:00
parent 51ba738aa0
commit 119f878dc6

View file

@ -4966,7 +4966,7 @@ SHOOTINCODE:
{
if(!(aplWeaponFlags[p->curr_weapon][snum] & WEAPON_FLAG_SEMIAUTO))
{
if(( sb_snum&(1<<2) ) == 0 && !(aplWeaponFlags[p->curr_weapon][snum] & WEAPON_FLAG_RANDOMRESTART))
if(( sb_snum&(1<<2) ) == 0 && aplWeaponFlags[p->curr_weapon][snum] & WEAPON_FLAG_RESET)
*kb = 0;
if ( aplWeaponFlags[p->curr_weapon][snum] & WEAPON_FLAG_FIREEVERYTHIRD)
{