From d2ddf2a27a8b294255b7e1c9efc68e53efe103b7 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Fri, 13 Feb 2026 23:26:17 -0500 Subject: [PATCH] Use hudtranshalf for splitscreen timers Why not make this respect player choice --- src/h_timers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h_timers.cpp b/src/h_timers.cpp index 86c69101f..21f0c9e6f 100644 --- a/src/h_timers.cpp +++ b/src/h_timers.cpp @@ -187,7 +187,7 @@ void K_getTimersDrawinfo(drawinfo_t *out) if (r_splitscreen > 0) { flags &= ~V_HUDTRANS; - flags |= V_30TRANS; + flags |= V_HUDTRANSHALF; } out->x = fx;