diff options
-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 |