diff options
author | Tim Angus <tim@ngus.net> | 2006-02-24 21:35:25 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-02-24 21:35:25 +0000 |
commit | 5c520de1c5d9fe71dadea68767535ce27add2dba (patch) | |
tree | ae582e8ed18bca2714737091f14c6ef6e4a5677d /src | |
parent | bf7a0eb725d87658fc5059fac1bf09e0e6cb9d63 (diff) |
* Changed main menu copyright dates
* Changed default port
Diffstat (limited to 'src')
-rw-r--r-- | src/qcommon/qcommon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h index e2382cc6..7363d213 100644 --- a/src/qcommon/qcommon.h +++ b/src/qcommon/qcommon.h @@ -240,8 +240,8 @@ extern int demo_protocols[]; #define MASTER_SERVER_NAME "master.tremulous.net" #endif -#define PORT_MASTER 27950 -#define PORT_SERVER 27960 +#define PORT_MASTER 30710 +#define PORT_SERVER 30720 #define NUM_SERVER_PORTS 4 // broadcast scan this many ports after // PORT_SERVER so a single machine can // run multiple servers |