@@ -6,7 +6,7 @@
int main()
{
vect *playerPos = (vect *)malloc(sizeof(vect));
vect *targets = malloc(sizeof(vect));
vect *targets;
int nbr_targets;
unsigned short int **tab2d = creatArea2D(32);
targets = fileToTab2D("test.txt", tab2d, 32, playerPos, &nbr_targets);
The note is not visible to the blocked user.