aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d_structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r--inc/cub3d_structs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index 639710f..5af18a4 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -205,13 +205,8 @@ typedef struct s_map
size_t mapl_len;
int16_t sprite_nbr[FT_TOTAL_SPRT];
uint8_t sprite_var;
- uint8_t weapon_var;
int32_t sprite_order[FT_TOTAL_SPRT][4096];
int32_t st_o[FT_TOTAL_SPRT + 1];
- int32_t heals_nbr;
- int32_t weaps_nbr[3];
- int32_t heals_order[64];
- int32_t weaps_order[3][1];
size_t line_chk;
size_t map_start;
uint8_t isspawn;
@@ -274,8 +269,6 @@ typedef struct s_cub
struct s_img tweap[6];
struct s_img tnum[12];
struct s_sprite **sprites;
- struct s_sprite heals[64];
- struct s_sprite **weaps;
struct s_sfx sfx[13];
} t_cub;