mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-11 03:01:12 +00:00
- SW: fixed clipdist for brown rippers.
This commit is contained in:
parent
d2f0981091
commit
e88b24bce7
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue