Menu-FN: use the menutint material instead of a bland drawfill.

This commit is contained in:
Marco Cawthorne 2023-03-15 15:16:34 -07:00
parent e2c4144a9c
commit 8950666c69
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
2 changed files with 1 additions and 1 deletions

View File

View File

@ -275,7 +275,7 @@ m_draw(vector screensize)
if (clientstate() == 2) {
/* ...unless we're in background map mode. */
if (!g_background)
drawfill([0,0], screensize, [0,0,0], 0.75f);
drawpic([0,0], "menutint", screensize, [1,1,1], 1.0f);
} else {
/* clear screen */
drawfill([0,0], screensize, [0,0,0], 1.0f);