Delay the display of the join text in star selection screen

This commit is contained in:
MysterD 2021-08-03 23:44:57 -07:00
parent 2c8c1fbf65
commit 78f10d582c
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ void print_act_selector_strings(void) {
}
// print the number of players in the selected act
{
if (sVisibleStars > 0) {
u8 playersInAct = 0;
for (int j = 0; j < MAX_PLAYERS; j++) {
struct NetworkPlayer* np = &gNetworkPlayers[j];