aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_get_player_spawn.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-18 22:40:47 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-18 22:40:47 +0100
commit3520f4bf3d435991f402e46731c15838baae0894 (patch)
treec8cbf06ebd69a422cbcf2cb8381916af172da726 /src/ft_get_player_spawn.c
parentStill sfx to do (diff)
parentBug fix (diff)
download42-cub3d-3520f4bf3d435991f402e46731c15838baae0894.tar.gz
42-cub3d-3520f4bf3d435991f402e46731c15838baae0894.tar.bz2
42-cub3d-3520f4bf3d435991f402e46731c15838baae0894.tar.xz
42-cub3d-3520f4bf3d435991f402e46731c15838baae0894.tar.zst
42-cub3d-3520f4bf3d435991f402e46731c15838baae0894.zip
Merge branch 'master' into weaps
Diffstat (limited to 'src/ft_get_player_spawn.c')
-rw-r--r--src/ft_get_player_spawn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_get_player_spawn.c b/src/ft_get_player_spawn.c
index ef2edd9..1ba6437 100644
--- a/src/ft_get_player_spawn.c
+++ b/src/ft_get_player_spawn.c
@@ -84,6 +84,7 @@ void
ft_get_start_side(clist->mlist.map[y][x], plist);
ft_get_sprite_spawn(clist);
ft_get_trap_spawn(clist);
+ ft_get_heal_spawn(clist);
return ;
}
x++;