mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 06:41:59 +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;
|
||||
gHitInfo.hitsprite = pSprite->index;
|
||||
actImpactMissile(actor, 3);
|
||||
actImpactMissile(coll.actor, 3);
|
||||
gHitInfo = hitInfo;
|
||||
}
|
||||
#ifdef NOONE_EXTENSIONS
|
||||
|
|
Loading…
Reference in a new issue