From ad0b32676e8ab435ea5767f7ca37496bf15df714 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 20 Mar 2020 19:33:03 +0100 Subject: Better bounce --- inc/cub3d_structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/cub3d_structs.h') diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index cd711ba..f538c7e 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -239,6 +239,7 @@ typedef struct s_cub char fps_count[9]; pthread_t mtid; int8_t isdead; + uint8_t moves; int (*key_ptr[6])(struct s_cub*); int8_t (*get_ptr[14])(char**, struct s_cub*); char ref[22][3]; -- cgit v1.2.3