diff options
author | Tim Angus <tim@ngus.net> | 2015-06-08 23:15:03 +0100 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2015-06-08 23:15:03 +0100 |
commit | 6204532c35bab4977d3bd4d2bf7a9a3b90e9620e (patch) | |
tree | d0cfa4aba0d0d53c3b99be8c090601f052ed6f78 /src/qcommon/qcommon.h | |
parent | b8b66865c8ff4c756fe3544decb5504dbc2abdf7 (diff) | |
parent | 9ff64e51801485a4153c665200842e40ba80ce3b (diff) |
Merge pull request #12 from jkent/gpp
gpp compat changes
Diffstat (limited to 'src/qcommon/qcommon.h')
-rw-r--r-- | src/qcommon/qcommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h index 98d1f1ec..9dd6df43 100644 --- a/src/qcommon/qcommon.h +++ b/src/qcommon/qcommon.h @@ -256,7 +256,7 @@ extern int demo_protocols[]; #define MASTER_SERVER_NAME "master.tremulous.net" #endif -#define PORT_MASTER 30710 +#define PORT_MASTER 30700 #define PORT_SERVER 30720 #define NUM_SERVER_PORTS 4 // broadcast scan this many ports after // PORT_SERVER so a single machine can |