mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 01:11:44 +00:00
Draw translucent black background only when playing (back a demo or oneself).
git-svn-id: https://svn.eduke32.com/eduke32@2333 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
ca30952b21
commit
f872d556d8
1 changed files with 2 additions and 1 deletions
|
@ -680,7 +680,8 @@ void M_DisplayMenus(void)
|
|||
sh = 4-(sintable[(totalclock<<4)&2047]>>11);
|
||||
|
||||
// black translucent background
|
||||
fade_screen_black(1);
|
||||
if ((g_player[myconnectindex].ps->gm&MODE_GAME) || ud.recstat==2)
|
||||
fade_screen_black(1);
|
||||
|
||||
if (!(g_currentMenu >= 1000 && g_currentMenu <= 2999 && g_currentMenu >= 300 && g_currentMenu <= 369))
|
||||
G_UpdateScreenArea();
|
||||
|
|
Loading…
Reference in a new issue