From 7a1f24cea4b042ced216a1aabb66d6d531c1bf65 Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Mon, 2 Mar 2020 16:42:53 +0100
Subject: Music no leak

---
 inc/cub3d_structs.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'inc')

diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index 0ad986c..5f1b743 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -114,6 +114,7 @@ typedef struct		s_map
 	char			*nl_tex_path;
 	char			*nlevel_path;
 	char			*music_path;
+	char			*music_cmd;
 	char			*mapl;
 	char			**map;
 	int8_t			x_step;
-- 
cgit v1.2.3