commit caf76f0e421c3b55e973dfc125bc7bff7a6e89db
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Dec 25 12:28:27 2006 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Mon Dec 25 12:28:27 2006 +0000
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;