mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Revise r6974
git-svn-id: https://svn.eduke32.com/eduke32@6978 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
4c4c5f569c
commit
f3e0a0b892
1 changed files with 1 additions and 2 deletions
|
@ -971,8 +971,7 @@ static int A_ShootCustom(int const spriteNum, int const projecTile, int shootAng
|
|||
startPos->y + tabledivide32_noinline(sintable[(shootAng + 348) & 2047], pProj->offset),
|
||||
startPos->z - (1 << 8), projecTile, 0, 14, 14, shootAng, pProj->vel, zvel, spriteNum, 4);
|
||||
|
||||
if (pProj->workslike & PROJECTILE_RPG_IMPACT_DAMAGE)
|
||||
sprite[otherSprite].extra = Proj_GetDamage(pProj);
|
||||
sprite[otherSprite].extra = Proj_GetDamage(pProj);
|
||||
|
||||
if (!(pProj->workslike & PROJECTILE_BOUNCESOFFWALLS))
|
||||
sprite[otherSprite].yvel = l; // NOT_BOUNCESOFFWALLS_YVEL
|
||||
|
|
Loading…
Reference in a new issue