aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-19 14:05:44 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-19 14:05:44 +0100
commit21e2dbe87e9d95ceac06e34ab5d80bbe6d6d7635 (patch)
treeee15ce26a61bacb41f685bdbe160f1879d996ee5 /inc
parentCorrect init and frees (diff)
download42-cub3d-21e2dbe87e9d95ceac06e34ab5d80bbe6d6d7635.tar.gz
42-cub3d-21e2dbe87e9d95ceac06e34ab5d80bbe6d6d7635.tar.bz2
42-cub3d-21e2dbe87e9d95ceac06e34ab5d80bbe6d6d7635.tar.xz
42-cub3d-21e2dbe87e9d95ceac06e34ab5d80bbe6d6d7635.tar.zst
42-cub3d-21e2dbe87e9d95ceac06e34ab5d80bbe6d6d7635.zip
Okok
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d_defines.h2
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 ======