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:
helixhorned 2012-02-11 11:52:19 +00:00
parent ca30952b21
commit f872d556d8

View file

@ -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();