diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-26 14:58:02 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-26 14:58:02 +0100 |
commit | b5982b835d46ba6ae7363b60254ebfa2c3439a4d (patch) | |
tree | 453adf8d50610afab1318fbac62932ffdda9c308 /inc/cub3d_structs.h | |
parent | important bug fix (diff) | |
download | 42-cub3d-b5982b835d46ba6ae7363b60254ebfa2c3439a4d.tar.gz 42-cub3d-b5982b835d46ba6ae7363b60254ebfa2c3439a4d.tar.bz2 42-cub3d-b5982b835d46ba6ae7363b60254ebfa2c3439a4d.tar.xz 42-cub3d-b5982b835d46ba6ae7363b60254ebfa2c3439a4d.tar.zst 42-cub3d-b5982b835d46ba6ae7363b60254ebfa2c3439a4d.zip |
Solved 9th sprite problem
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 1b46312..caf4964 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -202,7 +202,7 @@ typedef struct s_map size_t map_w; size_t map_h; size_t mapl_len; - int32_t sprite_nbr[4096]; + int32_t sprite_nbr[8]; uint8_t sprite_var; uint8_t weapon_var; int32_t sprite_order[8][4096]; |