mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-24 04:29:34 -04:00
Fix ghost monsters being blood-colored (#2210)
This commit is contained in:
parent
926c90b2cb
commit
873e736f84
@ -1767,6 +1767,9 @@ static boolean P_HealCorpse(mobj_t* actor, int radius, statenum_t healstate, sfx
|
||||
corpsehit->type, corpsehit->x>>FRACBITS, corpsehit->y>>FRACBITS);
|
||||
}
|
||||
|
||||
corpsehit->flags2 &= ~MF2_COLOREDBLOOD;
|
||||
corpsehit->bloodcolor = 0;
|
||||
|
||||
corpsehit->health = info->spawnhealth;
|
||||
P_SetTarget(&corpsehit->target, NULL); // killough 11/98
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user