diff options
Diffstat (limited to 'inc/cub3d_defines.h')
-rw-r--r-- | inc/cub3d_defines.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h index 12c8580..2fbd325 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -26,7 +26,8 @@ enum FT_RET_MAP_ERR, FT_RET_NO_MAP, FT_RET_READ_ERR, - FT_RET_BMP_ERR + FT_RET_BMP_ERR, + FT_ERR_MISSING } retvals; /* @@ -116,8 +117,9 @@ enum # define FT_CHRST_VALID_PARSE "RNSEWFCLMT" # define FT_CHRST_MAP_ENTRY "0123456789NSEWLT " +# define FT_CHRST_SPRITES "23456789" # define FT_CHRST_SPAWN "NSEW" -# define FT_CHRST_MAP_NON_WALL "02NESWLT" +# define FT_CHRST_MAP_NON_WALL "023456789NESWLT" # define FT_CHRST_COLLISION "123456789 " # define FT_CHRST_DETECT "1L" |