X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_gui.pas;h=bc33eff23182b207e972b384473ce25778cfdf70;hp=d50e9a6d7f1e1931c261a95b1178aebefa2dc8a8;hb=b5ffc3281e9daf11586579dce6dea0707b1d4edd;hpb=64628e22f1beaa3a445239b9640c760a4fea2ba8 diff --git a/src/game/g_gui.pas b/src/game/g_gui.pas index d50e9a6..bc33eff 100644 --- a/src/game/g_gui.pas +++ b/src/game/g_gui.pas @@ -820,6 +820,10 @@ begin else e_Clear(GL_COLOR_BUFFER_BIT, 0.5, 0.5, 0.5); + // small hack here + if FName = 'AuthorsMenu' then + e_DarkenQuadWH(0, 0, gScreenWidth, gScreenHeight, 150); + for i := 0 to High(Childs) do if Childs[i] <> nil then Childs[i].Draw; end;