mirror of
https://github.com/astronautlevel2/Anemone3DS.git
synced 2026-01-24 00:32:43 -05:00
Update main.c
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user