From e5759825f1101758d032d771088cc5f92d4826b1 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Fri, 15 Dec 2006 00:22:06 +0000 Subject: [PATCH] Setting default delay to 2. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2600 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/netplay/netoptions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/netplay/netoptions.c b/sc2/src/sc2code/netplay/netoptions.c index cc97dfdbf..a74e1a37c 100644 --- a/sc2/src/sc2code/netplay/netoptions.c +++ b/sc2/src/sc2code/netplay/netoptions.c @@ -33,7 +33,7 @@ NetplayOptions netplayOptions = { /* .port = */ "21837" /* 0x554d - "UM" */, }, }, - /* .inputDelay = */ 0, + /* .inputDelay = */ 2, };