Menu-FN: use the menutint material instead of a bland drawfill.
This commit is contained in:
parent
e2c4144a9c
commit
8950666c69
2 changed files with 1 additions and 1 deletions
0
src/gs-entbase/server/info_waypoint.qc
Normal file
0
src/gs-entbase/server/info_waypoint.qc
Normal 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);
|
||||
|
|
Loading…
Reference in a new issue