diff options
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |