aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_select_bad_boy_action.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-03 18:03:46 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-03 18:03:46 +0200
commit9b89baaed3d6be766c0dab4733efb5f5c5f1b279 (patch)
treea042f8e0eb6de72432c6e7e457a4e4ab130d8465 /src/ft_select_bad_boy_action.c
parentReverted map (diff)
download42-cub3d-9b89baaed3d6be766c0dab4733efb5f5c5f1b279.tar.gz
42-cub3d-9b89baaed3d6be766c0dab4733efb5f5c5f1b279.tar.bz2
42-cub3d-9b89baaed3d6be766c0dab4733efb5f5c5f1b279.tar.xz
42-cub3d-9b89baaed3d6be766c0dab4733efb5f5c5f1b279.tar.zst
42-cub3d-9b89baaed3d6be766c0dab4733efb5f5c5f1b279.zip
Norm
Diffstat (limited to 'src/ft_select_bad_boy_action.c')
-rw-r--r--src/ft_select_bad_boy_action.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_select_bad_boy_action.c b/src/ft_select_bad_boy_action.c
index bb4894d..517fb0b 100644
--- a/src/ft_select_bad_boy_action.c
+++ b/src/ft_select_bad_boy_action.c
@@ -150,6 +150,7 @@ static void
else if (cl->bad_boy[i].life <= 0)
cl->bad_boy[i].does = 3;
}
+
void
ft_select_bad_boy_action(t_cub *cl)
{