From 9e4afdb45cd1f73c34398844d149edab541595cc Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Mon, 3 Feb 2020 18:57:23 +0100 Subject: Reverted main --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index a660128..b9f4514 100644 --- a/src/main.c +++ b/src/main.c @@ -31,7 +31,7 @@ int ft_memdel((void**)&clist); return (1); } - ft_parse_map("map/map_vim.cub", clist); + ft_parse_map("map/map_one.cub", clist); if (ft_init_winlx(clist) < 0) return (ft_exit(3, clist)); mlx_key_hook(clist->wlist->winptr, ft_key_event, clist); -- cgit v1.2.3