diff options
author | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-03-09 17:16:31 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-03-09 17:16:31 +0100 |
commit | ff1301afc3808887b4cf8fde9a4d24638120c6c5 (patch) | |
tree | da99874501bd4bf6b9bb993b74a9355620b0286b /inc/cub3d_defines.h | |
parent | Good lvl five (diff) | |
download | 42-cub3d-ff1301afc3808887b4cf8fde9a4d24638120c6c5.tar.gz 42-cub3d-ff1301afc3808887b4cf8fde9a4d24638120c6c5.tar.bz2 42-cub3d-ff1301afc3808887b4cf8fde9a4d24638120c6c5.tar.xz 42-cub3d-ff1301afc3808887b4cf8fde9a4d24638120c6c5.tar.zst 42-cub3d-ff1301afc3808887b4cf8fde9a4d24638120c6c5.zip |
Perf
Diffstat (limited to '')
-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 01b4ec9..f20e5d4 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -139,7 +139,7 @@ enum # 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_SH_ALPHA "shadow amount should be digits only" -# define FT_ERR_SH_RANGE "shadow should be set between 0 - 10" +# define FT_ERR_SH_RANGE "shadow should be set between 0 - 20" # define FT_ERR_NOT_A_CUB "given map is not a .cub" # define FT_ERR_NOT_A_XPM "given texture is not a .xpm" # define FT_ERR_NOT_A_WAV "given sound file is not a .wav" |