summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 703ae1d)
raw | patch | inline | side by side (parent: 703ae1d)
author | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Fri, 29 Dec 2017 01:39:19 +0000 (03:39 +0200) | ||
committer | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Fri, 29 Dec 2017 01:39:30 +0000 (03:39 +0200) |
src/game/g_window.pas | patch | blob | history |
diff --git a/src/game/g_window.pas b/src/game/g_window.pas
index d04c8b37477b2dfe1147558a302e48322efe824d..3dbd62055888d83b5162d569937f09c9e36d3ad0 100644 (file)
--- a/src/game/g_window.pas
+++ b/src/game/g_window.pas
if g_Texture_Get('INTER', ID) then
begin
e_DrawSize(ID, 0, 0, 0, false, false, gScreenWidth, gScreenHeight);
- e_DarkenQuadWH(0, 0, gScreenWidth, gScreenHeight, 100);
+ e_DarkenQuadWH(0, 0, gScreenWidth, gScreenHeight, 150);
end
else
begin