aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-01-24 18:19:54 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-01-24 18:19:54 +0100
commit3c157068d70b09d58695d4a45e9947e9553d71a9 (patch)
tree5966b162b2461112b016a1a7675ce3b1cce55106 /src/main.c
parentMuch cleaner (diff)
download42-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 0f2c93c..7c9251a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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);