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 | |
parent | bf7a0eb725d87658fc5059fac1bf09e0e6cb9d63 (diff) |
* Changed main menu copyright dates
* Changed default port
-rw-r--r-- | src/qcommon/qcommon.h | 4 | ||||
-rw-r--r-- | ui/main.menu | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/ui/main.menu b/ui/main.menu index c367bb00..dbb5fda6 100644 --- a/ui/main.menu +++ b/ui/main.menu @@ -125,7 +125,7 @@ itemDef { name copyright - text "Tremulous (C) 2005 darklegion development" + text "Tremulous (C) 2005-2006 darklegion development" style WINDOW_STYLE_EMPTY textstyle ITEM_TEXTSTYLE_NORMAL textscale .25 |