mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
V_PERPLAYER again
This commit is contained in:
parent
5762fe7a27
commit
5657989b4c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue