diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-03-12 18:56:59 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-03-12 18:56:59 +0100 |
commit | 141fb4d33f73cac99b1b19e475f83fb755f208a2 (patch) | |
tree | e93c2d490440caee29f2c85d86c9dc9bd8512a28 /src/ft_init_funptr.c | |
parent | kk (diff) | |
download | 42-cub3d-141fb4d33f73cac99b1b19e475f83fb755f208a2.tar.gz 42-cub3d-141fb4d33f73cac99b1b19e475f83fb755f208a2.tar.bz2 42-cub3d-141fb4d33f73cac99b1b19e475f83fb755f208a2.tar.xz 42-cub3d-141fb4d33f73cac99b1b19e475f83fb755f208a2.tar.zst 42-cub3d-141fb4d33f73cac99b1b19e475f83fb755f208a2.zip |
good
Diffstat (limited to '')
-rw-r--r-- | src/ft_init_funptr.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ft_init_funptr.c b/src/ft_init_funptr.c index 98fae3c..d944778 100644 --- a/src/ft_init_funptr.c +++ b/src/ft_init_funptr.c @@ -30,13 +30,13 @@ void ft_sprintf(clist->ref[11], "SH"); ft_sprintf(clist->ref[12], "SB"); ft_sprintf(clist->ref[13], "T"); - ft_sprintf(clist->ref[14], "S2"); - ft_sprintf(clist->ref[15], "S3"); - ft_sprintf(clist->ref[16], "S4"); - ft_sprintf(clist->ref[17], "S5"); - ft_sprintf(clist->ref[18], "S6"); - ft_sprintf(clist->ref[19], "S7"); - ft_sprintf(clist->ref[20], "S8"); + ft_sprintf(clist->ref[14], "S3"); + ft_sprintf(clist->ref[15], "S4"); + ft_sprintf(clist->ref[16], "S5"); + ft_sprintf(clist->ref[17], "S6"); + ft_sprintf(clist->ref[18], "S7"); + ft_sprintf(clist->ref[19], "S8"); + ft_sprintf(clist->ref[20], "S9"); ft_bzero(clist->ref[21], 3); } |