aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d.h
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-01-27 19:41:18 +0100
committerRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-01-27 19:41:18 +0100
commit329519abf2280039d53eaa6965d712e214d7dc34 (patch)
treedaff9da992921d955c663cbf39570747057f64e9 /inc/cub3d.h
parentCleaner (diff)
download42-cub3d-329519abf2280039d53eaa6965d712e214d7dc34.tar.gz
42-cub3d-329519abf2280039d53eaa6965d712e214d7dc34.tar.bz2
42-cub3d-329519abf2280039d53eaa6965d712e214d7dc34.tar.xz
42-cub3d-329519abf2280039d53eaa6965d712e214d7dc34.tar.zst
42-cub3d-329519abf2280039d53eaa6965d712e214d7dc34.zip
cool
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r--inc/cub3d.h2
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;