diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_death_screen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_death_screen.c b/src/ft_death_screen.c index e8ddc3a..55a61cb 100644 --- a/src/ft_death_screen.c +++ b/src/ft_death_screen.c @@ -38,7 +38,6 @@ static void cl->img.ptr[x * 4 + (cl->img.sizeline * y) + 2] = (uint8_t)cl->death_screen.ptr[cl->death_screen.tex_x * 4 + 4 * cl->death_screen.img_w * cl->death_screen.tex_y + 2]; - cl->img.ptr[x * 4 + cl->wlist.x_size * y + 3] = (char)0; x++; } y++; |