ref: caf76f0e421c3b55e973dfc125bc7bff7a6e89db
parent: 2ac909b51f542a876a058f7210c846f9fc53cc19
author: Simon Howard <fraggle@gmail.com>
date: Mon Dec 25 07:28:27 EST 2006
Fix default network port in chocolate-setup. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 810
--- a/setup/multiplayer.c
+++ b/setup/multiplayer.c
@@ -94,7 +94,7 @@
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;