mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 11:40:44 +00:00
Set htg_t 6, 7, and 8 on GROWSPARK sprites upon shooting, as is done for all other hitscan projectiles.
git-svn-id: https://svn.eduke32.com/eduke32@5249 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ad94a8399c
commit
d04d31bd31
1 changed files with 1 additions and 0 deletions
|
@ -1311,6 +1311,7 @@ int32_t A_ShootWithZvel(int32_t i, int32_t atwith, int32_t override_zvel)
|
||||||
sprite[j].pal = 2;
|
sprite[j].pal = 2;
|
||||||
sprite[j].cstat |= 130;
|
sprite[j].cstat |= 130;
|
||||||
sprite[j].xrepeat = sprite[j].yrepeat = 1;
|
sprite[j].xrepeat = sprite[j].yrepeat = 1;
|
||||||
|
A_SetHitData(j, &hit);
|
||||||
|
|
||||||
if (hit.wall == -1 && hit.sprite == -1 && hit.sect >= 0)
|
if (hit.wall == -1 && hit.sprite == -1 && hit.sect >= 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue