aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_get_spawns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_get_spawns.c')
-rw-r--r--src/ft_get_spawns.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ft_get_spawns.c b/src/ft_get_spawns.c
index 9bd7040..0caedf3 100644
--- a/src/ft_get_spawns.c
+++ b/src/ft_get_spawns.c
@@ -20,7 +20,7 @@ void
ft_get_player_spawn(&cl->plist, cl);
ft_get_sprite_spawn(cl);
/* ft_get_trap_spawn(cl); */
- ft_get_heal_spawn(cl);
- if (cl->isdead == 0)
- ft_get_weapon_spawn(cl);
+ /* ft_get_heal_spawn(cl); */
+ /* if (cl->isdead == 0) */
+ /* ft_get_weapon_spawn(cl); */
}