norme: fixed norme issues

This commit is contained in:
Theo Champion 2025-09-09 14:17:08 +02:00
parent 7852962d56
commit 40e71b4616

View file

@ -6,7 +6,7 @@
/* By: tchampio <tchampio@student.42lehavre.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/09/03 17:02:08 by tchampio #+# #+# */
/* Updated: 2025/09/09 09:56:01 by tchampio ### ########.fr */
/* Updated: 2025/09/09 14:08:39 by tchampio ### ########.fr */
/* */
/* ************************************************************************** */
@ -97,7 +97,8 @@ void load_textures(t_cub3d_data *data)
data->so_texture = load_single_texture(data, data->map->so_texture);
data->we_texture = load_single_texture(data, data->map->we_texture);
data->ea_texture = load_single_texture(data, data->map->ea_texture);
data->barricades_texture = load_single_texture(data, "ressources/barricades.xpm");
data->barricades_texture = load_single_texture(data,
"ressources/barricades.xpm");
load_points_textures(data);
load_perk_logos(data);
load_round_indicators(data);