aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_structs.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-18 22:47:46 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-18 22:47:46 +0100
commitc855933082c15539b73bb26e3e745c295e69d4d4 (patch)
tree3a3cd3a0eb9fa0d8c2ceb571d244177496ae59ed /inc/cub3d_structs.h
parentMerge branch 'master' into weaps (diff)
parentMerge branch 'better_sprites' (diff)
download42-cub3d-c855933082c15539b73bb26e3e745c295e69d4d4.tar.gz
42-cub3d-c855933082c15539b73bb26e3e745c295e69d4d4.tar.bz2
42-cub3d-c855933082c15539b73bb26e3e745c295e69d4d4.tar.xz
42-cub3d-c855933082c15539b73bb26e3e745c295e69d4d4.tar.zst
42-cub3d-c855933082c15539b73bb26e3e745c295e69d4d4.zip
Merge branch 'master' into weaps
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r--inc/cub3d_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index dc2b411..fc3eead 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;
+ int32_t sprite_nbr[4096];
uint8_t sprite_var;
int32_t sprite_order[8][4096];
int32_t traps_nbr;