diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ft_select_bad_boy_action.c | 1 |
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 b824306..45f9d44 100644 --- a/src/ft_select_bad_boy_action.c +++ b/src/ft_select_bad_boy_action.c @@ -78,6 +78,7 @@ static void int8_t can_shoot; int8_t r; + can_shoot = 0; if (cl->bad_boy[i].life <= 0) cl->bad_boy[i].does = 3; else |