diff options
author | salad <salad@saladesk.desktop> | 2020-03-25 16:06:10 +0100 |
---|---|---|
committer | salad <salad@saladesk.desktop> | 2020-03-25 16:06:10 +0100 |
commit | 0734c879193ef0cb9aaf7a8e38c198f6661de192 (patch) | |
tree | 3332c3b5d5241d0a32b6cd75f58feae88f30cdd2 /inc/cub3d_structs.h | |
parent | j'aime trier (diff) | |
download | 42-cub3d-0734c879193ef0cb9aaf7a8e38c198f6661de192.tar.gz 42-cub3d-0734c879193ef0cb9aaf7a8e38c198f6661de192.tar.bz2 42-cub3d-0734c879193ef0cb9aaf7a8e38c198f6661de192.tar.xz 42-cub3d-0734c879193ef0cb9aaf7a8e38c198f6661de192.tar.zst 42-cub3d-0734c879193ef0cb9aaf7a8e38c198f6661de192.zip |
norme, TODO: liks
Diffstat (limited to '')
-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 df3dade..bab7241 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -199,7 +199,7 @@ typedef struct s_map uint8_t sprite_var; uint8_t weapon_var; int32_t sprite_order[8][4096]; - int32_t st_o[4096]; + int32_t st_o[8]; int32_t traps_nbr; int32_t heals_nbr; int32_t weaps_nbr[3]; |