From e9458c5d50f43a66d575478a0cbc14d8f6e42baa Mon Sep 17 00:00:00 2001 From: salad Date: Wed, 25 Mar 2020 15:44:53 +0100 Subject: what the fuck les amis --- inc/cub3d_structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc') diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 809963c..df3dade 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -199,6 +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 traps_nbr; int32_t heals_nbr; int32_t weaps_nbr[3]; -- cgit v1.2.3