diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-24 18:19:54 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-24 18:19:54 +0100 |
commit | 3c157068d70b09d58695d4a45e9947e9553d71a9 (patch) | |
tree | 5966b162b2461112b016a1a7675ce3b1cce55106 /src/main.c | |
parent | Much cleaner (diff) | |
download | 42-cub3d-3c157068d70b09d58695d4a45e9947e9553d71a9.tar.gz 42-cub3d-3c157068d70b09d58695d4a45e9947e9553d71a9.tar.bz2 42-cub3d-3c157068d70b09d58695d4a45e9947e9553d71a9.tar.xz 42-cub3d-3c157068d70b09d58695d4a45e9947e9553d71a9.tar.zst 42-cub3d-3c157068d70b09d58695d4a45e9947e9553d71a9.zip |
Reverted to map_one
Diffstat (limited to '')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ int ft_memdel(wlist); return (1); } - ft_parse_map("map/map_two.cub", wlist); + ft_parse_map("map/map_one.cub", wlist); if (ft_init_winlx(wlist) < 0) return (ft_exit(3, wlist)); mlx_key_hook(wlist->winptr, ft_key_event, wlist); |