diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/cub3d_defines.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h index a4f93c1..25f24cd 100644 --- a/inc/cub3d_defines.h +++ b/inc/cub3d_defines.h @@ -199,6 +199,8 @@ enum # define FT_ERR_WR_BMP "could not export to bmp" # define FT_ERR_TOO_MUCH_HEALS "too much heal packs, limit is 64" # define FT_ERR_TOO_MUCH_TRAPS "too much traps, limit is 512" +# define FT_ERR_TOO_MUCH_W_ONE "too much weapon one, limit is 1" +# define FT_ERR_TOO_MUCH_W_TWO "too much weapon two, limit is 1" /* ** ====== MISSING ERROR MSG ====== |