- Part 2 of the sanity crusade.
This commit is contained in:
parent
2c06987f67
commit
c4b742ebf0
18 changed files with 59 additions and 69 deletions
|
|
@ -2533,8 +2533,6 @@ static bool P_CheckForResurrection(AActor *self, bool usevilestates)
|
|||
// use the current actor's radius instead of the Arch Vile's default.
|
||||
fixed_t maxdist = corpsehit->GetDefault()->radius + self->radius;
|
||||
|
||||
maxdist = corpsehit->GetDefault()->radius + self->radius;
|
||||
|
||||
if (abs(corpsehit->x - viletryx) > maxdist ||
|
||||
abs(corpsehit->y - viletryy) > maxdist)
|
||||
continue; // not actually touching
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue