From 5c520de1c5d9fe71dadea68767535ce27add2dba Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Fri, 24 Feb 2006 21:35:25 +0000 Subject: * Changed main menu copyright dates * Changed default port --- src/qcommon/qcommon.h | 4 ++-- 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 -- cgit