aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 4cbd7a2..8702b42 100644
--- a/src/main.c
+++ b/src/main.c
@@ -27,6 +27,8 @@ int
if (ft_init_cub3d(clist) < 0)
return (FT_RET_FAILED_STRUCTS);
ft_parse_map(argv[1], clist);
+ if (ft_init_sfx(clist) < 0)
+ return (FT_RET_ALLOC_ERR);
if (ft_init_winlx(clist) < 0)
return (ft_exit(FT_RET_FAILED_MLX, clist));
ft_use_args(argc, argv, clist);