diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-29 00:50:02 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-29 00:50:02 +0100 |
commit | 7fa49f137016f188dbbc3337c772d1301409303c (patch) | |
tree | 9bab66b3aa4921cbe76192faa05bb967e03e9109 /src/ft_init_winlx.c | |
parent | Works fine, preparing small map (diff) | |
download | 42-cub3d-7fa49f137016f188dbbc3337c772d1301409303c.tar.gz 42-cub3d-7fa49f137016f188dbbc3337c772d1301409303c.tar.bz2 42-cub3d-7fa49f137016f188dbbc3337c772d1301409303c.tar.xz 42-cub3d-7fa49f137016f188dbbc3337c772d1301409303c.tar.zst 42-cub3d-7fa49f137016f188dbbc3337c772d1301409303c.zip |
Better defines
Diffstat (limited to '')
-rw-r--r-- | src/ft_init_winlx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ft_init_winlx.c b/src/ft_init_winlx.c index b41dc4a..1e2e351 100644 --- a/src/ft_init_winlx.c +++ b/src/ft_init_winlx.c @@ -26,8 +26,6 @@ int clist->wlist->x_size, clist->wlist->y_size, "Cub3D"))) return (-1); clist->wlist->inited = 1; - ft_printf("Created window of size %ux%u\nHost OS: %s\n", - clist->wlist->x_size, clist->wlist->y_size, FT_OS); /* ft_music(clist); */ return (0); } |