implemenation droite gauche fonctionne en changeant technique de temps
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: hulamy <hulamy@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2022/01/26 15:30:34 by hulamy #+# #+# */
|
||||
/* Updated: 2022/01/30 15:48:11 by hulamy ### ########.fr */
|
||||
/* Updated: 2022/01/31 00:07:05 by hulamy ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -85,6 +85,7 @@ static t_params *init_params(int ac, char **av)
|
||||
params->n_eat = -1;
|
||||
if (ac == 6)
|
||||
params->n_eat = ft_atoi(av[5]);
|
||||
params->start_time = 0;
|
||||
return (params);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user