diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-30 16:50:13 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-30 16:50:13 +0200 |
commit | c8e12617e07762d65bc7c74ecc55e279c3267b84 (patch) | |
tree | 2114b7906acdef1d5d5f2c580c62d612bf4819ca /inc/cub3d_defines.h | |
parent | Fixed conditionnal jump btw (diff) | |
download | 42-cub3d-c8e12617e07762d65bc7c74ecc55e279c3267b84.tar.gz 42-cub3d-c8e12617e07762d65bc7c74ecc55e279c3267b84.tar.bz2 42-cub3d-c8e12617e07762d65bc7c74ecc55e279c3267b84.tar.xz 42-cub3d-c8e12617e07762d65bc7c74ecc55e279c3267b84.tar.zst 42-cub3d-c8e12617e07762d65bc7c74ecc55e279c3267b84.zip |
Commit
Diffstat (limited to 'inc/cub3d_defines.h')
-rw-r--r-- | inc/cub3d_defines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h index 3d09a81..e47c1f7 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -242,6 +242,7 @@ enum # define FT_ERR_TOO_MUCH_W_ONE "too much weapon one, limit is 4" # define FT_ERR_TOO_MUCH_W_TWO "too much weapon two, limit is 4" # define FT_ERR_TOO_MUCH_W_THREE "too much weapon three, limit is 4" +# define FT_ERR_TOO_MUCH_ENMY "too much enemy, limit is 32" /* ** ====== MISSING ERROR MSG ====== |