From ddd8f846488e90683613862f2729d80d929802f1 Mon Sep 17 00:00:00 2001 From: wolfy852 Date: Sat, 25 Mar 2023 10:39:35 -0500 Subject: [PATCH] Use a more descriptive var name --- src/y_inter.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/y_inter.c b/src/y_inter.c index c78709902..1bea0f66c 100644 --- a/src/y_inter.c +++ b/src/y_inter.c @@ -628,8 +628,8 @@ skiptallydrawer: // Scrolling marquee patch_t *rrmq = W_CachePatchName("R_RRMQ", PU_PATCH); - // fuck me dude holy shit - patch_t *white = W_CachePatchName("R_WHIT", PU_PATCH); + // Blending mask for the background + patch_t *mask = W_CachePatchName("R_MASK", PU_PATCH); UINT8 *color = R_GetTranslationColormap(TC_DEFAULT, SKINCOLOR_YELLOW, GTC_CACHE); // I don't even know how necessary this is anymore but I don't want the game yelling at me UINT8 *greymap = R_GetTranslationColormap(TC_DEFAULT, SKINCOLOR_GREY, GTC_CACHE); @@ -654,7 +654,7 @@ skiptallydrawer: // Drawfill over the BG to get the correct colorization //V_DrawFill(0, 0, BASEVIDWIDTH<