diff options
Diffstat (limited to 'inc')
-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 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; |