--- deliantra/Deliantra-Client/DC/MapWidget.pm 2007/08/28 01:23:47 1.119 +++ deliantra/Deliantra-Client/DC/MapWidget.pm 2007/08/28 01:43:08 1.120 @@ -486,9 +486,9 @@ # TNT2 emulates logops in software (or worse :) unless ($focused) { - glColor 0.4, 0.2, 0.2, 0.6; + glColor_premultiply 0, 0, 1, 0.25; glEnable GL_BLEND; - glBlendFunc GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA; + glBlendFunc GL_ONE, GL_ONE_MINUS_SRC_ALPHA; glBegin GL_QUADS; glVertex 0, 0; glVertex 0, $::HEIGHT;