diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-30 15:16:55 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-30 15:16:55 +0200 |
commit | df1cc295505c717929480c459d7e945972a3d987 (patch) | |
tree | 67cf29b8804734bc6f95ae23920218e0769c7d3b /src | |
parent | Alright (diff) | |
download | 42-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 '')
-rw-r--r-- | src/ft_get_sprite_spawns.c | 2 |
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); } |