diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-04 02:26:36 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-04 02:26:36 +0100 |
commit | 032d8b3a30272fae40767ffe5952e0a5cc979b4a (patch) | |
tree | 24b9023a03f447cf4d88f11e5a3b6e95243a35aa /inc | |
parent | Good as it is (diff) | |
download | 42-cub3d-032d8b3a30272fae40767ffe5952e0a5cc979b4a.tar.gz 42-cub3d-032d8b3a30272fae40767ffe5952e0a5cc979b4a.tar.bz2 42-cub3d-032d8b3a30272fae40767ffe5952e0a5cc979b4a.tar.xz 42-cub3d-032d8b3a30272fae40767ffe5952e0a5cc979b4a.tar.zst 42-cub3d-032d8b3a30272fae40767ffe5952e0a5cc979b4a.zip |
Fixed minimap
Diffstat (limited to 'inc')
-rw-r--r-- | inc/cub3d_defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h index 50ccfb6..66303ab 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -114,7 +114,7 @@ enum # define FT_ERR_ALLOCATE "allocation error" # define FT_ERR_READ "read error" # define FT_ERR_ARGS "too many or to few arguments" -# define FT_ERR_RES_SMALL "resolution is too small" +# define FT_ERR_RES_SMALL "resolution is too small, 50x50 minimum pls" # define FT_ERR_RES_ALPHA "resolution should be digits only" # define FT_ERR_NOT_A_CUB "given map is not a .cub" # define FT_ERR_NOT_A_XPM "given texture is not a .xpm" |