From f52b4ad77158b52fad161e98e116059ac5b68d3d Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 5 Feb 2020 01:54:27 +0100 Subject: norming cub3d.h --- src/state.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/state.c b/src/state.c index ba46647..f05b8bb 100644 --- a/src/state.c +++ b/src/state.c @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2019/11/19 16:39:57 by cacharle #+# #+# */ -/* Updated: 2020/02/05 01:28:31 by cacharle ### ########.fr */ +/* Updated: 2020/02/05 01:49:22 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -85,6 +85,7 @@ t_state *state_new_empty(void) state->floor_color.hexcode = 0x0; state->z_buffer = NULL; state->sprites = NULL; + state->pflags = 0x0; return (state); } -- cgit