aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_defines.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-25 18:46:15 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-25 18:46:15 +0100
commit58b408a130b2bec0d401b43d77ded34c9a8d34f9 (patch)
tree9eb665f259a98a834a777272b2683a0cb2bc5a57 /inc/cub3d_defines.h
parentMerge branch 'better_m_s' (diff)
download42-cub3d-58b408a130b2bec0d401b43d77ded34c9a8d34f9.tar.gz
42-cub3d-58b408a130b2bec0d401b43d77ded34c9a8d34f9.tar.bz2
42-cub3d-58b408a130b2bec0d401b43d77ded34c9a8d34f9.tar.xz
42-cub3d-58b408a130b2bec0d401b43d77ded34c9a8d34f9.tar.zst
42-cub3d-58b408a130b2bec0d401b43d77ded34c9a8d34f9.zip
Fixed sprite parse
Diffstat (limited to 'inc/cub3d_defines.h')
-rw-r--r--inc/cub3d_defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h
index 4ef2391..76c0fc5 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -231,6 +231,7 @@ enum
# define FT_ERR_RD_MUSIC "could not find music file"
# define FT_ERR_RD_TRAP "could not find trap texture file"
# define FT_ERR_WR_BMP "could not export to bmp"
+# define FT_ERR_UNDEF_SPRITE "undefined sprite"
# 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"