mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 07:58:04 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@906 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
8446a1f2d9
commit
c568a08022
1 changed files with 1 additions and 1 deletions
|
@ -4667,7 +4667,7 @@ SHOOTINCODE:
|
||||||
if (hittype[p->i].temp_data[7])
|
if (hittype[p->i].temp_data[7])
|
||||||
{
|
{
|
||||||
hittype[p->i].temp_data[7]--;
|
hittype[p->i].temp_data[7]--;
|
||||||
if (p->last_weapon == -1 && hittype[p->i].temp_data[7] != 0 && hittype[p->i].temp_data[7] % 2 == 0)
|
if (p->last_weapon == -1 && hittype[p->i].temp_data[7] != 0 && ((hittype[p->i].temp_data[7] & 1) == 0))
|
||||||
{
|
{
|
||||||
if (aplWeaponFlags[p->curr_weapon][snum] & WEAPON_FLAG_AMMOPERSHOT)
|
if (aplWeaponFlags[p->curr_weapon][snum] & WEAPON_FLAG_AMMOPERSHOT)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue