aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2020-03-11 18:53:10 +0100
committersalaaad2 <arthurdurant263@gmail.com>2020-03-11 18:53:10 +0100
commit7d7a0484dbd4b3c65b6c6d37f09337b13d69bc99 (patch)
tree481bde41b0ad20b65b3445b22e2d4a91e0ac51b2 /src
parent2 sprites max ??? (diff)
download42-cub3d-7d7a0484dbd4b3c65b6c6d37f09337b13d69bc99.tar.gz
42-cub3d-7d7a0484dbd4b3c65b6c6d37f09337b13d69bc99.tar.bz2
42-cub3d-7d7a0484dbd4b3c65b6c6d37f09337b13d69bc99.tar.xz
42-cub3d-7d7a0484dbd4b3c65b6c6d37f09337b13d69bc99.tar.zst
42-cub3d-7d7a0484dbd4b3c65b6c6d37f09337b13d69bc99.zip
close but no cigar
Diffstat (limited to 'src')
-rw-r--r--src/ft_draw_sprite_extra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_draw_sprite_extra.c b/src/ft_draw_sprite_extra.c
index 45f0dd5..f695896 100644
--- a/src/ft_draw_sprite_extra.c
+++ b/src/ft_draw_sprite_extra.c
@@ -50,7 +50,7 @@ void
i = 0;
j = 0;
- while (j < 4)
+ while (j < 3)
{
while (i < cl->mlist.sprite_nbr)
{