aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_get_sprite_spawns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_get_sprite_spawns.c')
-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);
}