summaryrefslogtreecommitdiff
path: root/src/qcommon
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2015-06-18 11:16:40 -0500
committerJeff Kent <jeff@jkent.net>2015-06-18 11:17:54 -0500
commit6acd341a52a6c4ac10324125adcd11618f7fa320 (patch)
tree274a395f1815166a34b33c9a63ef6d5e34cb29f2 /src/qcommon
parente6faa309e802c96facbb73b8156a93c87153246f (diff)
let fs_basegame default to gpp
Diffstat (limited to 'src/qcommon')
-rw-r--r--src/qcommon/files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/files.c b/src/qcommon/files.c
index e791194b..0dd8e08a 100644
--- a/src/qcommon/files.c
+++ b/src/qcommon/files.c
@@ -3196,7 +3196,7 @@ 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;