From e88b24bce7bd1f385eb98df981eaf9e8ba3984ba Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 9 Nov 2022 20:16:47 +0100 Subject: [PATCH] - SW: fixed clipdist for brown rippers. --- source/games/sw/src/ripper.cpp | 2 +- source/games/sw/src/ripper2.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/games/sw/src/ripper.cpp b/source/games/sw/src/ripper.cpp index 6d1ae5927..2fcaef44d 100644 --- a/source/games/sw/src/ripper.cpp +++ b/source/games/sw/src/ripper.cpp @@ -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 { diff --git a/source/games/sw/src/ripper2.cpp b/source/games/sw/src/ripper2.cpp index de7326f24..b6333cb17 100644 --- a/source/games/sw/src/ripper2.cpp +++ b/source/games/sw/src/ripper2.cpp @@ -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 {