Skip to content

Commit

Permalink
Fix player 1 controls affecting others in player selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtsley committed Jun 14, 2024
1 parent 00d1e9c commit 70c2527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prep.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ static GameLoopResult PlayerSelectionUpdate(GameLoopData *data, LoopRunner *l)
ms->current, ms->current->customPostUpdateData);
}
MenuUpdateMouse(ms);
if (useMenuCmd)
if (useMenuCmd > 1)
{
cmds[idx] |=
GetMenuCmd(&gEventHandlers, ms->current->mouseHover);
Expand Down

0 comments on commit 70c2527

Please sign in to comment.