From 9e7508d8baeee1695cb99a98a2ed0c020f7a41e1 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 14 Apr 2020 19:25:00 +0200 Subject: Some more norms --- src/ft_can_it_shoot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ft_can_it_shoot.c') diff --git a/src/ft_can_it_shoot.c b/src/ft_can_it_shoot.c index 0c76f3d..0029c39 100644 --- a/src/ft_can_it_shoot.c +++ b/src/ft_can_it_shoot.c @@ -103,7 +103,7 @@ static int8_t sqx <= cl->sprites[13][id].s_pos_x + 0.15)) break ; if (cl->mlist.map[(uint64_t)(sqy + 0.5)][(uint64_t)(sqx + 0.5)] == '1') - hit = 1; + hit = 1; } return ((hit == 1) ? (0) : (1)); } -- cgit v1.2.3