From 74c7156ece4d4abb7ebd5bb8886a84ac2713380e Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sun, 8 Mar 2020 16:17:27 +0100 Subject: Removed bloat --- inc/cub3d_structs.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'inc') diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index b8a61ac..cba13c0 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -122,23 +122,16 @@ typedef struct s_ray { uint16_t line_h; float wall_dist; - float row_dist; float x_ray_pos; float y_ray_pos; float x_ray_dir; float y_ray_dir; - float x_ray_dir_f; - float y_ray_dir_f; - float x_ray_dir_f_bis; - float y_ray_dir_f_bis; float x_side_dist; float y_side_dist; float x_delta_dist; float y_delta_dist; double floor_x_wall; double floor_y_wall; - int16_t cell_x; - int16_t cell_y; int16_t wall_t; int16_t wall_b; uint8_t side; @@ -166,8 +159,6 @@ typedef struct s_map char **mcmd_words; int8_t x_step; int8_t y_step; - int8_t x_floor_step; - int8_t y_floor_step; size_t map_w; size_t map_h; size_t mapl_len; -- cgit v1.2.3