diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-25 17:16:48 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-25 17:16:48 +0100 |
commit | a88662bebb21d598c7d06f09433950ba10155cff (patch) | |
tree | 42af13d4544744253fa55fbea0e9cbd40a6354e4 /inc/cub3d_structs.h | |
parent | Get normed (diff) | |
parent | pourquoi se priver de stack (diff) | |
download | 42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.tar.gz 42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.tar.bz2 42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.tar.xz 42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.tar.zst 42-cub3d-a88662bebb21d598c7d06f09433950ba10155cff.zip |
Merge branch 'better_m_s'
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r-- | inc/cub3d_structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 3f3fb0e..1b46312 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -206,6 +206,7 @@ typedef struct s_map uint8_t sprite_var; uint8_t weapon_var; int32_t sprite_order[8][4096]; + int32_t st_o[8]; int32_t traps_nbr; int32_t heals_nbr; int32_t weaps_nbr[3]; |