From b364df12c8c8dcf4ad32aad19e0cfa0ba64c6da7 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 4 Mar 2020 02:18:37 +0100 Subject: Good as it is --- inc/cub3d_defines.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'inc') diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h index 969e9fc..50ccfb6 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -129,8 +129,7 @@ enum # define FT_ERR_ILL_MAP "map contains illegal char" # define FT_ERR_MULT_SPAWN "multiple spawn points" # define FT_ERR_MULT_NLVL "multiple spawn new level access points" -# define FT_ERR_MAP_WALLS "map is not surrounded by walls" -# define FT_ERR_MAP_SPACE "unexpected space" +# define FT_ERR_MAP_WALLS "bad space or map is not surrounded by walls" # define FT_ERR_MAP_EMPL "empty line in map" # define FT_ERR_MAP_L_L "last line is invalid" # define FT_ERR_RD_NO "could not find north side texture file" -- cgit v1.2.3