From 59229f99c5dbb48a75b0f548c1e8d811d83bad17 Mon Sep 17 00:00:00 2001 From: Themaister Date: Wed, 22 Jun 2011 21:56:04 +0200 Subject: [PATCH] Swap client by default. --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; ////////////////////