From caf76f0e421c3b55e973dfc125bc7bff7a6e89db Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 25 Dec 2006 12:28:27 +0000 Subject: Fix default network port in chocolate-setup. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 810 --- setup/multiplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/multiplayer.c b/setup/multiplayer.c index fbca5457..436ebd02 100644 --- a/setup/multiplayer.c +++ b/setup/multiplayer.c @@ -94,7 +94,7 @@ static int nomonsters = 0; static int deathmatch = 0; static int fast = 0; static int respawn = 0; -static int udpport = 4815; +static int udpport = 2342; static int timer = 0; static txt_button_t *warpbutton; -- cgit v1.2.3