diff options
author | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-03-08 16:17:27 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-03-08 16:17:27 +0100 |
commit | 74c7156ece4d4abb7ebd5bb8886a84ac2713380e (patch) | |
tree | 699d81babcbcfbe8cd44a4c66d6b5fd357c00b94 /src/ft_init_map.c | |
parent | Less retarded scaling and shit (diff) | |
download | 42-cub3d-74c7156ece4d4abb7ebd5bb8886a84ac2713380e.tar.gz 42-cub3d-74c7156ece4d4abb7ebd5bb8886a84ac2713380e.tar.bz2 42-cub3d-74c7156ece4d4abb7ebd5bb8886a84ac2713380e.tar.xz 42-cub3d-74c7156ece4d4abb7ebd5bb8886a84ac2713380e.tar.zst 42-cub3d-74c7156ece4d4abb7ebd5bb8886a84ac2713380e.zip |
Removed bloat
Diffstat (limited to '')
-rw-r--r-- | src/ft_init_map.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ft_init_map.c b/src/ft_init_map.c index 965bf8e..1c12189 100644 --- a/src/ft_init_map.c +++ b/src/ft_init_map.c @@ -49,8 +49,6 @@ int8_t mlist->mapl_len = 0; mlist->x_step = 0; mlist->y_step = 0; - mlist->x_floor_step = 0; - mlist->y_floor_step = 0; mlist->line_chk = 0; mlist->map_start = 0; mlist->isspawn = 0; |