summaryrefslogtreecommitdiff
path: root/src/qcommon
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcommon')
-rw-r--r--src/qcommon/files.c4
-rw-r--r--src/qcommon/qcommon.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/qcommon/files.c b/src/qcommon/files.c
index 8e1cd0d3..c4c07242 100644
--- a/src/qcommon/files.c
+++ b/src/qcommon/files.c
@@ -3197,13 +3197,13 @@ static void FS_Startup( const char *gameName )
fs_debug = Cvar_Get( "fs_debug", "0", 0 );
fs_basepath = Cvar_Get ("fs_basepath", Sys_DefaultInstallPath(), CVAR_INIT|CVAR_PROTECTED );
- fs_basegame = Cvar_Get ("fs_basegame", "", CVAR_INIT );
+ fs_basegame = Cvar_Get ("fs_basegame", "gpp", CVAR_INIT );
homePath = Sys_DefaultHomePath();
if (!homePath || !homePath[0]) {
homePath = fs_basepath->string;
}
fs_homepath = Cvar_Get ("fs_homepath", homePath, CVAR_INIT|CVAR_PROTECTED );
- fs_gamedirvar = Cvar_Get ("fs_game", "", CVAR_INIT|CVAR_SYSTEMINFO );
+ fs_gamedirvar = Cvar_Get ("fs_game", "gpp", CVAR_INIT|CVAR_SYSTEMINFO );
// add search path elements in reverse priority order
if (fs_basepath->string[0]) {
diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h
index 1b4a5a16..ef8fcbd5 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