diff --git a/a.out b/a.out index a308670..9947c6e 100755 Binary files a/a.out and b/a.out differ diff --git a/obj/labyrith.o b/obj/labyrith.o index a3be9b2..97a4982 100644 Binary files a/obj/labyrith.o and b/obj/labyrith.o differ diff --git a/obj/water.o b/obj/water.o index 52371d7..df4d8e2 100644 Binary files a/obj/water.o and b/obj/water.o differ diff --git a/src/labyrith.c b/src/labyrith.c index 1eb5a71..7529009 100644 --- a/src/labyrith.c +++ b/src/labyrith.c @@ -94,7 +94,7 @@ void printLab(Labyrinth* labyrinth){ void printLabWith(Labyrinth* labyrinth, char wall, char floor, char corner){ int i, j; - system("clear"); + // system("clear"); for(j=0; jy_size; j++){ printf("%c%c", corner, floor);