From d943dbac7fc0d4908ebc5dfc85ad477bc776402a Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sun, 2 Feb 2020 18:26:58 +0100 Subject: Changed variable name --- 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 7c512b8..2fd6396 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -55,7 +55,7 @@ typedef struct s_cub char **map; size_t map_w; size_t line_chk; - uint8_t nsew; + uint8_t isspawn; struct s_win *wlist; } t_cub; -- cgit v1.2.3