diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-11 10:16:48 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-11 10:16:48 +0100 |
commit | c581c7e3543058f015bddf96d76ac2d771ea40a0 (patch) | |
tree | b3c8fe72a65ac834fcd7edaef4e2887f49d53c90 /inc/cub3d_structs.h | |
parent | Parsed traps (diff) | |
download | 42-cub3d-c581c7e3543058f015bddf96d76ac2d771ea40a0.tar.gz 42-cub3d-c581c7e3543058f015bddf96d76ac2d771ea40a0.tar.bz2 42-cub3d-c581c7e3543058f015bddf96d76ac2d771ea40a0.tar.xz 42-cub3d-c581c7e3543058f015bddf96d76ac2d771ea40a0.tar.zst 42-cub3d-c581c7e3543058f015bddf96d76ac2d771ea40a0.zip |
Nice parse
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r-- | inc/cub3d_structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 89e531a..5ba3b38 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -192,7 +192,7 @@ typedef struct s_map uint8_t isftex; uint8_t isctex; uint8_t isskybox; - uint8_t istrap; + uint8_t istraps; uint8_t darklvl; uint8_t scale; uint32_t nlx; |