Use hudtranshalf for splitscreen timers
Why not make this respect player choice
This commit is contained in:
parent
e96b1bfdce
commit
d2ddf2a27a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue