mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Delay the display of the join text in star selection screen
This commit is contained in:
parent
c5700825a8
commit
a2546055b2
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ void print_act_selector_strings(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// print the number of players in the selected act
|
// print the number of players in the selected act
|
||||||
{
|
if (sVisibleStars > 0) {
|
||||||
u8 playersInAct = 0;
|
u8 playersInAct = 0;
|
||||||
for (int j = 0; j < MAX_PLAYERS; j++) {
|
for (int j = 0; j < MAX_PLAYERS; j++) {
|
||||||
struct NetworkPlayer* np = &gNetworkPlayers[j];
|
struct NetworkPlayer* np = &gNetworkPlayers[j];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue