modif sortie dans le fichier
This commit is contained in:
commit
0853f82bf1
@ -18,7 +18,7 @@ static int print_logo(t_vm *vm)
|
|||||||
char buf[ART_MAX_SIZE + 1];
|
char buf[ART_MAX_SIZE + 1];
|
||||||
int rd;
|
int rd;
|
||||||
|
|
||||||
fd = open("./art/corewar_3D_logo.txt", O_RDONLY);
|
fd = open("./srcs/art/corewar_3D_logo.txt", O_RDONLY);
|
||||||
if ((rd = read(fd, &buf, ART_MAX_SIZE)) == -1)
|
if ((rd = read(fd, &buf, ART_MAX_SIZE)) == -1)
|
||||||
{
|
{
|
||||||
destroy_ncurses_exit(vm);
|
destroy_ncurses_exit(vm);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user