mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 11:40:44 +00:00
- Blood: fixed occasionally disappearing sprites when hitting something with the tesla gun.
This commit is contained in:
parent
9b061f9829
commit
e010dce812
1 changed files with 1 additions and 1 deletions
|
@ -4904,7 +4904,7 @@ void MoveDude(DBloodActor* actor)
|
||||||
{
|
{
|
||||||
HITINFO hitInfo = gHitInfo;
|
HITINFO hitInfo = gHitInfo;
|
||||||
gHitInfo.hitsprite = pSprite->index;
|
gHitInfo.hitsprite = pSprite->index;
|
||||||
actImpactMissile(actor, 3);
|
actImpactMissile(coll.actor, 3);
|
||||||
gHitInfo = hitInfo;
|
gHitInfo = hitInfo;
|
||||||
}
|
}
|
||||||
#ifdef NOONE_EXTENSIONS
|
#ifdef NOONE_EXTENSIONS
|
||||||
|
|
Loading…
Reference in a new issue