Skip to content

Commit

Permalink
we need to go simpler!
Browse files Browse the repository at this point in the history
  • Loading branch information
bittboy committed Sep 22, 2019
1 parent 2a6b4f4 commit 134de78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions simplemenu/control.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,10 @@ void advancePage() {
} else {
if(CURRENT_SECTION.currentPage!=totalPages) {
CURRENT_SECTION.currentPage++;
CURRENT_SECTION.currentGame=0;
} else {
CURRENT_SECTION.currentPage=0;
CURRENT_SECTION.currentGame=0;
}
CURRENT_SECTION.currentGame=0;
}
}
gamesInPage=countGamesInPage();
Expand Down

0 comments on commit 134de78

Please sign in to comment.