diff options
Diffstat (limited to 'src/ft_suffer_animation.c')
-rw-r--r-- | src/ft_suffer_animation.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ft_suffer_animation.c b/src/ft_suffer_animation.c index c5187f9..d08fa54 100644 --- a/src/ft_suffer_animation.c +++ b/src/ft_suffer_animation.c @@ -40,7 +40,6 @@ void cl->plist.life -= 20; if (cl->plist.life <= 0) { - /* ft_warp_level(cl->mlist.filename, cl); */ ft_sfx_death(cl); ft_death_screen(cl); } @@ -73,7 +72,6 @@ void cl->plist.life -= 20; if (cl->plist.life <= 0) { - /* ft_warp_level(cl->mlist.filename, cl); */ ft_sfx_death(cl); ft_death_screen(cl); } |