- SW: fixed clipdist for brown rippers.

This commit is contained in:
Christoph Oelckers 2022-11-09 20:16:47 +01:00
parent d2f0981091
commit e88b24bce7
2 changed files with 2 additions and 2 deletions

View file

@ -845,7 +845,7 @@ int SetupRipper(DSWActor* actor)
if (!(actor->spr.cstat & CSTAT_SPRITE_RESTORE))
actor->user.Health = HEALTH_MOMMA_RIPPER;
actor->clipdist += 128;
actor->clipdist += 8;
}
else
{

View file

@ -915,7 +915,7 @@ int SetupRipper2(DSWActor* actor)
if (!(actor->spr.cstat & CSTAT_SPRITE_RESTORE))
actor->user.Health = HEALTH_MOMMA_RIPPER;
actor->clipdist += 128;
actor->clipdist += 8;
}
else
{