diff options
author | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-02-02 18:26:58 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-02-02 18:26:58 +0100 |
commit | d943dbac7fc0d4908ebc5dfc85ad477bc776402a (patch) | |
tree | f7e79a41ffe61370afa70e7e8425451b228cf490 /inc/cub3d.h | |
parent | Header norme (diff) | |
download | 42-cub3d-d943dbac7fc0d4908ebc5dfc85ad477bc776402a.tar.gz 42-cub3d-d943dbac7fc0d4908ebc5dfc85ad477bc776402a.tar.bz2 42-cub3d-d943dbac7fc0d4908ebc5dfc85ad477bc776402a.tar.xz 42-cub3d-d943dbac7fc0d4908ebc5dfc85ad477bc776402a.tar.zst 42-cub3d-d943dbac7fc0d4908ebc5dfc85ad477bc776402a.zip |
Changed variable name
Diffstat (limited to 'inc/cub3d.h')
-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; |