--- deliantra/Deliantra-Client/Client.xs 2006/08/19 03:57:08 1.147 +++ deliantra/Deliantra-Client/Client.xs 2006/08/19 03:57:25 1.148 @@ -1502,11 +1502,11 @@ int width = cell->stat_width * 32; int thick = sh / 28 + 1 + cell->stat_width; - glColor4ub (0, 0, 0, 128); + glColor4ub (0, 0, 0, 127); glRectf (px + 1, py, px + width - 1, py + thick + 2); - glColor4ub (cell->stat_hp, 255 - cell->stat_hp, 0, 192); + glColor4ub (cell->stat_hp, 255 - cell->stat_hp, 0, 255); glRectf (px + 2, py + 1, px + width - 2 - cell->stat_hp * (width - 4) / 255, py + thick + 1);