Use hudtranshalf for splitscreen timers

Why not make this respect player choice
This commit is contained in:
NepDisk 2026-02-13 23:26:17 -05:00
parent e96b1bfdce
commit d2ddf2a27a

View file

@ -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;