From 5657989b4c928beedfb2b9fd82a1d50e4b718b61 Mon Sep 17 00:00:00 2001 From: James R Date: Fri, 3 Jan 2020 16:56:52 -0800 Subject: [PATCH] V_PERPLAYER again --- src/st_stuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/st_stuff.c b/src/st_stuff.c index f250de88a..5fc6b4f74 100644 --- a/src/st_stuff.c +++ b/src/st_stuff.c @@ -1000,7 +1000,7 @@ static void ST_drawInput(void) //V_TestBatch(); /* I'm a lazy shit so these stay magic. haha... */ - V_LockBlend(88, 172, 43, 22, 0); + V_LockBlend(88, 172, 43, 22, flags); // O backing V_DrawFillMaybeFade(x, y-1, 16, 16, hudinfo[HUD_LIVES].f|flags|20, translucency);