diff options
Diffstat (limited to 'src/ft_suffer_animation.c')
-rw-r--r-- | src/ft_suffer_animation.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ft_suffer_animation.c b/src/ft_suffer_animation.c index 6eacdf1..c5187f9 100644 --- a/src/ft_suffer_animation.c +++ b/src/ft_suffer_animation.c @@ -40,9 +40,9 @@ void cl->plist.life -= 20; if (cl->plist.life <= 0) { - ft_warp_level(cl->mlist.filename, cl); + /* ft_warp_level(cl->mlist.filename, cl); */ ft_sfx_death(cl); - /* TODO death screen here */ + ft_death_screen(cl); } else ft_sfx_trap(cl); @@ -73,9 +73,9 @@ void cl->plist.life -= 20; if (cl->plist.life <= 0) { - ft_warp_level(cl->mlist.filename, cl); + /* ft_warp_level(cl->mlist.filename, cl); */ ft_sfx_death(cl); - /* TODO death screen here */ + ft_death_screen(cl); } else ft_sfx_trap(cl); |