Set netplay_check_frames default to 600 now

This commit is contained in:
twinaphex 2017-11-19 17:23:00 +01:00
parent 4c9fc31354
commit a1539e432c

View File

@ -528,7 +528,7 @@ static const bool netplay_nat_traversal = false;
static const unsigned netplay_delay_frames = 16;
static const int netplay_check_frames = 30;
static const int netplay_check_frames = 600;
static const bool netplay_use_mitm_server = false;