rm print
This commit is contained in:
4
read.c
4
read.c
@@ -23,12 +23,8 @@ fileToTab2D (const char *name_file, unsigned short int **tab, const unsigned N,
|
||||
break;
|
||||
case '.':
|
||||
targets = realloc (targets, sizeof (vect) * (++nbr_targets[0]));
|
||||
printf ("nbr %d, pointeur %p\n", nbr_targets[0], targets);
|
||||
targets[nbr_targets[0] - 1].x = x;
|
||||
printf ("%d : %d\n", targets[nbr_targets[0] - 1].x,
|
||||
nbr_targets[0] - 1);
|
||||
targets[nbr_targets[0] - 1].y = y;
|
||||
printf ("%d\n", targets[nbr_targets[0] - 1].y);
|
||||
tab[x][y] = TARGET;
|
||||
break;
|
||||
case '@':
|
||||
|
||||
Reference in New Issue
Block a user