Delay the display of the join text in star selection screen
This commit is contained in:
parent
2c8c1fbf65
commit
78f10d582c
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue