diff --git a/config.def.h b/config.def.h index 895fa5263b..1e4502ab9e 100644 --- a/config.def.h +++ b/config.def.h @@ -198,7 +198,7 @@ static const bool pause_nonactive = true; static const unsigned autosave_interval = 0; // When being client over netplay, use keybinds for player 1 rather than player 2. -static const bool netplay_client_swap_input = false; +static const bool netplay_client_swap_input = true; ////////////////////