summaryrefslogblamecommitdiff
path: root/games/doomlegacy/files/patch-i_tcp.c
blob: e74d43c24892a295f11516bab2f989646bca1b8a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                            
--- i_tcp.c.orig	Fri Jan 17 17:26:18 2003
+++ i_tcp.c	Fri Jan 17 17:27:09 2003
@@ -219,6 +219,10 @@
 #include "doomstat.h"
 #include "mserv.h" //Hurdler: support master server
 
+// somewhere on the track between 4.5 and -current this one has disappered.
+#ifndef IPPORT_USERRESERVED
+    #define IPPORT_USERRESERVED 5000
+#endif
 #ifdef __WIN32__
     // some undifined under win32
     #define IPPORT_USERRESERVED 5000