aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-27 15:07:32 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-27 15:07:32 +0100
commita713e118950f62700a43d21aa33fd2e3d7673af9 (patch)
tree6ee55630bb28d6626823ad819c62195a9c2bbb5a /inc
parentIn progress (diff)
download42-cub3d-a713e118950f62700a43d21aa33fd2e3d7673af9.tar.gz
42-cub3d-a713e118950f62700a43d21aa33fd2e3d7673af9.tar.bz2
42-cub3d-a713e118950f62700a43d21aa33fd2e3d7673af9.tar.xz
42-cub3d-a713e118950f62700a43d21aa33fd2e3d7673af9.tar.zst
42-cub3d-a713e118950f62700a43d21aa33fd2e3d7673af9.zip
Problem
Diffstat (limited to 'inc')
-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 836d168..ce45a92 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[FT_TOTAL_SPRT];
+ int16_t sprite_nbr[FT_TOTAL_SPRT];
uint8_t sprite_var;
uint8_t weapon_var;
int32_t sprite_order[FT_TOTAL_SPRT][4096];