aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_get_sprite.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_get_sprite.c')
-rw-r--r--src/ft_get_sprite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_get_sprite.c b/src/ft_get_sprite.c
index 9e84e93..64a8284 100644
--- a/src/ft_get_sprite.c
+++ b/src/ft_get_sprite.c
@@ -47,7 +47,7 @@ static int8_t
i++;
}
if (i + 2 > clist->mlist.topsp)
- clist->mlist.topsp = i + 2;
+ clist->mlist.topsp = i + 2;
return (0);
}