This commit is contained in:
Camille Chauvet 2023-01-13 15:14:11 +01:00
parent 1088942133
commit 9e4e1b8e54
9 changed files with 2 additions and 2 deletions

4
draw.c
View File

@ -6,7 +6,7 @@
/* By: cchauvet <cchauvet@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/12/13 15:49:23 by cchauvet #+# #+# */
/* Updated: 2023/01/12 13:22:20 by cchauvet ### ########.fr */
/* Updated: 2023/01/13 15:14:02 by cchauvet ### ########.fr */
/* */
/* ************************************************************************** */
@ -54,7 +54,7 @@ int ft_draw_map(t_data *data)
char **patern;
void *img;
ft_fill_pos(data);
ft_fill_pos(data->map);
data->nb_swaps = ++data->nb_swaps % (NB_COLORS - 6);
patern = ft_get_player_map(*data->map);
if (patern == NULL)

BIN
draw.o

Binary file not shown.

BIN
key.o

Binary file not shown.

BIN
main.o

Binary file not shown.

BIN
map.o

Binary file not shown.

BIN
parsing.o

Binary file not shown.

Binary file not shown.

BIN
so_long

Binary file not shown.

BIN
xpm.o

Binary file not shown.