mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
norme: fixed norme issues
This commit is contained in:
parent
7852962d56
commit
40e71b4616
1 changed files with 3 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: tchampio <tchampio@student.42lehavre.fr> +#+ +:+ +#+ */
|
/* By: tchampio <tchampio@student.42lehavre.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2025/09/03 17:02:08 by tchampio #+# #+# */
|
/* 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->so_texture = load_single_texture(data, data->map->so_texture);
|
||||||
data->we_texture = load_single_texture(data, data->map->we_texture);
|
data->we_texture = load_single_texture(data, data->map->we_texture);
|
||||||
data->ea_texture = load_single_texture(data, data->map->ea_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_points_textures(data);
|
||||||
load_perk_logos(data);
|
load_perk_logos(data);
|
||||||
load_round_indicators(data);
|
load_round_indicators(data);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue