aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-30 15:16:55 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-30 15:16:55 +0200
commitdf1cc295505c717929480c459d7e945972a3d987 (patch)
tree67cf29b8804734bc6f95ae23920218e0769c7d3b /src
parentAlright (diff)
download42-cub3d-df1cc295505c717929480c459d7e945972a3d987.tar.gz
42-cub3d-df1cc295505c717929480c459d7e945972a3d987.tar.bz2
42-cub3d-df1cc295505c717929480c459d7e945972a3d987.tar.xz
42-cub3d-df1cc295505c717929480c459d7e945972a3d987.tar.zst
42-cub3d-df1cc295505c717929480c459d7e945972a3d987.zip
Even better
Diffstat (limited to 'src')
-rw-r--r--src/ft_get_sprite_spawns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_get_sprite_spawns.c b/src/ft_get_sprite_spawns.c
index c878341..459b1c9 100644
--- a/src/ft_get_sprite_spawns.c
+++ b/src/ft_get_sprite_spawns.c
@@ -118,10 +118,10 @@ void
clist->sprites[0][i].s_pos_y = y;
i++;
}
- ft_get_next_sprite(clist, 1, '3', 0);
x++;
}
x = 1;
y++;
}
+ ft_get_next_sprite(clist, 1, '3', 0);
}