From: DeaDDooMER Date: Thu, 9 Jun 2022 20:38:28 +0000 (+0300) Subject: gl: draw transpatent weapon with invis X-Git-Url: http://deadsoftware.ru/gitweb?a=commitdiff_plain;h=3c260c01df8bc70a362bb76fb7c7a32a14b43b31;p=d2df-sdl.git gl: draw transpatent weapon with invis --- diff --git a/src/game/renders/opengl/r_map.pas b/src/game/renders/opengl/r_map.pas index d334338..7cac17f 100644 --- a/src/game/renders/opengl/r_map.pas +++ b/src/game/renders/opengl/r_map.pas @@ -802,7 +802,7 @@ implementation tex.width, tex.height, d = TDirection.D_LEFT, - 255, 255, 255, 255, false + 255, 255, 255, alpha, false ); end; end;