diff options
author | salaaad2 <arthudurant263@gmail.com> | 2020-03-16 19:14:11 +0100 |
---|---|---|
committer | salaaad2 <arthudurant263@gmail.com> | 2020-03-16 19:14:11 +0100 |
commit | 8ca4c9563629c60122ba998ad64ad2d999d0902a (patch) | |
tree | ec307a2dabc17fb95cada6e7dfe4ed7b165f9d41 /inc | |
parent | fatfingered solution to the sprites problem, changes needed (diff) | |
download | 42-cub3d-8ca4c9563629c60122ba998ad64ad2d999d0902a.tar.gz 42-cub3d-8ca4c9563629c60122ba998ad64ad2d999d0902a.tar.bz2 42-cub3d-8ca4c9563629c60122ba998ad64ad2d999d0902a.tar.xz 42-cub3d-8ca4c9563629c60122ba998ad64ad2d999d0902a.tar.zst 42-cub3d-8ca4c9563629c60122ba998ad64ad2d999d0902a.zip |
it just works (unpeu)
Diffstat (limited to 'inc')
-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 7545f3b..6db79de 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -197,7 +197,7 @@ typedef struct s_map size_t mapl_len; int32_t sprite_nbr; uint8_t sprite_var; - int32_t sprite_order[4096]; + int32_t sprite_order[8][4096]; int32_t traps_nbr; int32_t traps_order[512]; size_t line_chk; |