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 +-- map/map_five.cub | 18 +++++++++--------- 2 files changed, 10 insertions(+), 11 deletions(-) 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" diff --git a/map/map_five.cub b/map/map_five.cub index 0ab70b2..6239410 100644 --- a/map/map_five.cub +++ b/map/map_five.cub @@ -11,16 +11,16 @@ C 225,30,0 LT ./media/img/linuz.xpm L ./map/map_two.cub - 1111111111111111111111111 - 1000000000110000000000001 - 1000000000110000000000001 - 1011000001110000000000L01 - 1001000000000000000000001 -111111111011000001110000000000001 -100000000011000001111111111111111 + 1111111111111111111111111111111 + 1000000000110000000000000000001 + 1000000000110000000000000000001 + 1011000001110000000000000000L01 + 1001000000000000000000000000001 +111111111011000001110000000000000000001 +100000000011000001111111111111111111111 11110111111111011100000010001 -11110111111111011101010000001 -11000000110101011100000000001 +11110111111111010001010000001 +11000000110101010000000000001 10002000000000000000000000001 10000000000000000001010000001 11000001110101011111011110N0111 -- cgit v1.2.3