diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ft_draw_hud.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_draw_hud.c b/src/ft_draw_hud.c index 36b987a..7e50ea0 100644 --- a/src/ft_draw_hud.c +++ b/src/ft_draw_hud.c @@ -18,7 +18,7 @@ static void { uint32_t col; - col = 0x00dfdfdf; + col = 0x00d6d6d6; *(cl->img.ptr + x * 4 + (cl->img.sizeline * y)) = (uint8_t)*(cl->tlist[16].ptr + cl->tlist[16].tex_x * 4 + 4 * cl->tlist[16].img_w * cl->tlist[16].tex_y) & col; |