From 01e713026d462f3adf5b3e6f0b2785d0fa7c9bc2 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 30 Jan 2020 13:38:54 +0100 Subject: fixing algo --- cub3d.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cub3d.h') diff --git a/cub3d.h b/cub3d.h index e57fea3..5f48648 100644 --- a/cub3d.h +++ b/cub3d.h @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/11/15 06:40:37 by cacharle #+# #+# */ -/* Updated: 2020/01/17 14:00:00 by cacharle ### ########.fr */ +/* Updated: 2020/01/30 12:04:26 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ #include @@ -21,7 +21,7 @@ # include "mlx.h" # include "libft.h" -# define BUFFER_SIZE 64 +# define CUB3D_BUFFER_SIZE 64 # define WINDOW_TITLE "cub3D" # define MLXK_ESC 53 -- cgit