From 329519abf2280039d53eaa6965d712e214d7dc34 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Mon, 27 Jan 2020 19:41:18 +0100 Subject: cool --- inc/cub3d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/cub3d.h b/inc/cub3d.h index 9462035..f0b8181 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -38,7 +38,7 @@ typedef struct s_cub int f_color; int c_color; char **map; - size_t map_width; + size_t map_w; struct s_win *wlist; } t_cub; -- cgit v1.2.3