mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 11:10:39 +00:00
More whitespace... I really need to remember to run "astyle" /before/ committing
git-svn-id: https://svn.eduke32.com/eduke32@50 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
17ed65d29d
commit
d8aa1a588f
2 changed files with 13 additions and 13 deletions
|
@ -1969,7 +1969,7 @@ void DoFire(short snum)
|
||||||
p->visibility = 0;
|
p->visibility = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* if( //!(aplWeaponFlags[p->curr_weapon][snum] & WEAPON_FLAG_CHECKATRELOAD) &&
|
/* if( //!(aplWeaponFlags[p->curr_weapon][snum] & WEAPON_FLAG_CHECKATRELOAD) &&
|
||||||
aplWeaponReload[p->curr_weapon][snum] > aplWeaponTotalTime[p->curr_weapon][snum]
|
aplWeaponReload[p->curr_weapon][snum] > aplWeaponTotalTime[p->curr_weapon][snum]
|
||||||
&& p->ammo_amount[p->curr_weapon] > 0
|
&& p->ammo_amount[p->curr_weapon] > 0
|
||||||
&& (aplWeaponClip[p->curr_weapon][snum])
|
&& (aplWeaponClip[p->curr_weapon][snum])
|
||||||
|
|
Loading…
Reference in a new issue