From: Ketmar Dark Date: Fri, 29 Dec 2017 01:35:11 +0000 (+0200) Subject: darkened interpic a little, to make loading log more readable X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=703ae1d09216240d397f9442a8b49077216be7f9 darkened interpic a little, to make loading log more readable --- diff --git a/src/game/g_window.pas b/src/game/g_window.pas index d73dd53..d04c8b3 100644 --- a/src/game/g_window.pas +++ b/src/game/g_window.pas @@ -61,7 +61,7 @@ uses const - ProgressUpdateMSecs = 100; + ProgressUpdateMSecs = 1;//100; var h_Wnd: PSDL_Window = nil; @@ -577,7 +577,8 @@ begin begin if g_Texture_Get('INTER', ID) then begin - e_DrawSize(ID, 0, 0, 0, false, false, gScreenWidth, gScreenHeight) + e_DrawSize(ID, 0, 0, 0, false, false, gScreenWidth, gScreenHeight); + e_DarkenQuadWH(0, 0, gScreenWidth, gScreenHeight, 100); end else begin