diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-03 18:56:05 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-02-03 18:56:05 +0100 |
commit | a02e6e92456112c0d298c0bed69220cc19d5f0dc (patch) | |
tree | f214ad2184117e2d47dafff56ccac9dc95b217a8 /src/main.c | |
parent | I can't turn (diff) | |
download | 42-cub3d-a02e6e92456112c0d298c0bed69220cc19d5f0dc.tar.gz 42-cub3d-a02e6e92456112c0d298c0bed69220cc19d5f0dc.tar.bz2 42-cub3d-a02e6e92456112c0d298c0bed69220cc19d5f0dc.tar.xz 42-cub3d-a02e6e92456112c0d298c0bed69220cc19d5f0dc.tar.zst 42-cub3d-a02e6e92456112c0d298c0bed69220cc19d5f0dc.zip |
vim style
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ int ft_memdel((void**)&clist); return (1); } - ft_parse_map("map/map_one.cub", clist); + ft_parse_map("map/map_vim.cub", clist); if (ft_init_winlx(clist) < 0) return (ft_exit(3, clist)); mlx_key_hook(clist->wlist->winptr, ft_key_event, clist); |