Skip to content

Commit

Permalink
endscreen: setNumPlayers(4)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonNyan committed May 27, 2024
1 parent 6cd0154 commit 1902756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/endscreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ void endscreenContinue(s32 context)
g_Vars.bondplayernum = 0;
g_Vars.coopplayernum = 1;
g_Vars.antiplayernum = -1;
setNumPlayers(2);
setNumPlayers(4);
} else {
g_Vars.bondplayernum = 0;
g_Vars.coopplayernum = -1;
Expand Down

0 comments on commit 1902756

Please sign in to comment.