From 9aa882e547ced0094fb251308e8b8541a6d27e8b Mon Sep 17 00:00:00 2001 From: VelocitOni Date: Fri, 12 Sep 2025 23:27:31 -0400 Subject: [PATCH] 360->355 Slightly more lenient based on vibes, but excludes skipping Prison Break; we'll try this out. --- src/doomstat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doomstat.h b/src/doomstat.h index ec8610762..1ef94f77d 100644 --- a/src/doomstat.h +++ b/src/doomstat.h @@ -198,7 +198,7 @@ typedef enum GRADE_S } gp_rank_e; -#define SEALED_STAR_ENTRY (360*FRACUNIT/400) +#define SEALED_STAR_ENTRY (355*FRACUNIT/400) struct cupwindata_t {