diff --git a/src/game/stats.c b/src/game/stats.c index 847c689..ba9ba1a 100644 --- a/src/game/stats.c +++ b/src/game/stats.c @@ -86,6 +86,7 @@ void initStatsDisplay(void) next = getWidget("next", "stats"); next->action = nextPage; + next->visible = 1; calculatePercentComplete(); diff --git a/src/game/trophies.c b/src/game/trophies.c index 423d6ce..667ebf3 100644 --- a/src/game/trophies.c +++ b/src/game/trophies.c @@ -98,6 +98,7 @@ void initTrophiesDisplay(void) next = getWidget("next", "trophies"); next->action = nextPage; + next->visible = 1; sparkleAngle = 0; }