diff --git a/source/main.c b/source/main.c index 94d87f0..2903cb6 100644 --- a/source/main.c +++ b/source/main.c @@ -193,7 +193,7 @@ int main(void) { } else { - if (shuffle_theme_count <= 10) + if (shuffle_theme_count < 10) { if (current_theme->in_shuffle) shuffle_theme_count--; else shuffle_theme_count++;