@@ -2,7 +2,7 @@
#include <stdio.h>
#include <stdlib.h>
vect *fileToTab2D (const char *name_file, unsigned short int **tab,
vect *fileToTab2D (const char *name_file, char **tab,
const unsigned N, vect *player, int *nbr_targets)
{
vect *targets = malloc (sizeof (vect));
The note is not visible to the blocked user.