Swap client by default.

This commit is contained in:
Themaister 2011-06-22 21:56:04 +02:00
parent db3e1ae053
commit 59229f99c5

View File

@ -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;
////////////////////