From acf86085c765a87f320481f019ed8b08510a8b20 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Mon, 17 Feb 2020 17:22:23 +0100 Subject: norminette --- src/ft_key_events.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ft_key_events.c b/src/ft_key_events.c index ba7a537..267bccf 100644 --- a/src/ft_key_events.c +++ b/src/ft_key_events.c @@ -47,10 +47,6 @@ static void pl->pos_y = old_y; pl->pos_x = old_x; } - /* (pl->pos_y < 1) ? (pl->pos_y = 1.1) : 0; */ - /* (pl->pos_x < 1) ? (pl->pos_x = 1.1) : 0; */ - /* (pl->pos_y > ml->map_h - 1.4) ? (pl->pos_y = ml->map_h - 1.4) : 0; */ - /* (pl->pos_x > ml->map_w - 1.4) ? (pl->pos_x = ml->map_w - 1.4) : 0; */ } int -- cgit v1.2.3