summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 64628e2)
raw | patch | inline | side by side (parent: 64628e2)
author | Stas'M <x86corez@gmail.com> | |
Sun, 27 Jan 2019 10:29:59 +0000 (13:29 +0300) | ||
committer | Stas'M <x86corez@gmail.com> | |
Sun, 27 Jan 2019 10:29:59 +0000 (13:29 +0300) |
src/game/g_gui.pas | patch | blob | history |
diff --git a/src/game/g_gui.pas b/src/game/g_gui.pas
index d50e9a6d7f1e1931c261a95b1178aebefa2dc8a8..bc33eff23182b207e972b384473ce25778cfdf70 100644 (file)
--- a/src/game/g_gui.pas
+++ b/src/game/g_gui.pas
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;