aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-02-17 15:57:18 +0100
committerRudy Bousset <rbousset@z2r4p3.le-101.fr>2020-02-17 15:57:18 +0100
commitac87f799abf2edbd95243f2343eda41faf30cca6 (patch)
treeb7238c2a1ec396281dacd0853cd60dfdb51476d2 /inc
parentNorme (diff)
download42-cub3d-ac87f799abf2edbd95243f2343eda41faf30cca6.tar.gz
42-cub3d-ac87f799abf2edbd95243f2343eda41faf30cca6.tar.bz2
42-cub3d-ac87f799abf2edbd95243f2343eda41faf30cca6.tar.xz
42-cub3d-ac87f799abf2edbd95243f2343eda41faf30cca6.tar.zst
42-cub3d-ac87f799abf2edbd95243f2343eda41faf30cca6.zip
Better parse
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d_defines.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h
index e9a9a7d..0c9a294 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -67,8 +67,9 @@
# define FT_ERR_COLOR_ALPHA "colors should be digits only"
# define FT_ERR_COLOR_MAX "colors should be maximum 255"
# define FT_ERR_COLOR_ARGS "colors three numbers separated by commas"
-# define FT_ERR_ILL_ENTRY "illegal map entry"
# define FT_ERR_UNFINISHED "no map"
+# define FT_ERR_MAP_LEN "map length inconsistency"
+# define FT_ERR_ILL_ENTRY "illegal map entry"
# define FT_ERR_ALR_SET "duplicate entry"
# define FT_ERR_ILL_MAP "map contains illegal char"
# define FT_ERR_MULT_SPAWN "multiple spawn points"