From 6fc94e5dd57dd80d451623280213aecbf4039a12 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 23 Feb 2020 00:16:19 +0100 Subject: GCC-friendly now --- src/ft_get_player_spawn.c | 5 ----- src/ft_map_error.c | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'src') diff --git a/src/ft_get_player_spawn.c b/src/ft_get_player_spawn.c index e1f313e..617ec22 100644 --- a/src/ft_get_player_spawn.c +++ b/src/ft_get_player_spawn.c @@ -32,13 +32,8 @@ static void static void ft_get_s_dir(t_player *pl) { - float sav_dir_x; - float sav_plane_x; - - sav_dir_x = pl->dir_x; pl->dir_x = -pl->dir_x; pl->dir_y = -pl->dir_y; - sav_plane_x = pl->plane_x; pl->plane_x = -pl->plane_x; pl->plane_y = -pl->plane_y; } diff --git a/src/ft_map_error.c b/src/ft_map_error.c index 5d5ab68..a36507a 100644 --- a/src/ft_map_error.c +++ b/src/ft_map_error.c @@ -19,7 +19,7 @@ int { ft_dprintf(STDERR_FILENO, "Error\n"); ft_dprintf(STDERR_FILENO, - "\033[1;31mMap error: line %zu: %s\033[0m\n", + "\033[1;31mMap error: line %lu: %s\033[0m\n", clist->mlist->line_chk, errmsg); return (ft_exit(4, clist)); -- cgit v1.2.3