aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-02-29 22:49:10 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-02-29 22:49:10 +0100
commit46538b419624d27d590d981d070b387291e1abc8 (patch)
tree234b58813339bd10a97f06dd96cf0984d384a0b3 /inc
parentDebug flags is native (diff)
download42-cub3d-46538b419624d27d590d981d070b387291e1abc8.tar.gz
42-cub3d-46538b419624d27d590d981d070b387291e1abc8.tar.bz2
42-cub3d-46538b419624d27d590d981d070b387291e1abc8.tar.xz
42-cub3d-46538b419624d27d590d981d070b387291e1abc8.tar.zst
42-cub3d-46538b419624d27d590d981d070b387291e1abc8.zip
No leak
Diffstat (limited to '')
-rw-r--r--inc/cub3d_structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index 46e4fe4..f6b42e6 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -131,6 +131,7 @@ typedef struct s_cub
{
uint8_t w_side;
uint8_t ishud;
+ uint8_t walltexgood;
uint16_t currlvl;
uint16_t i;
char errmsg[64];