aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/files.c
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-09-16 09:30:21 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-09-16 09:30:21 +0000
commita7ef60763b39a909910522cc7dc420c21887ec94 (patch)
tree54feccda4cf04ebb39ba23cef2f52fc930a90d2b /code/qcommon/files.c
parent8d6644fb7622e7fb2a4702191d330131c9991816 (diff)
downloadioquake3-aero-a7ef60763b39a909910522cc7dc420c21887ec94.tar.gz
ioquake3-aero-a7ef60763b39a909910522cc7dc420c21887ec94.zip
* ...and actually r1626 this time
git-svn-id: svn://svn.icculus.org/quake3/trunk@1630 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon/files.c')
-rw-r--r--code/qcommon/files.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/code/qcommon/files.c b/code/qcommon/files.c
index 0728267..7bbfc45 100644
--- a/code/qcommon/files.c
+++ b/code/qcommon/files.c
@@ -241,7 +241,6 @@ static cvar_t *fs_apppath;
#endif
static cvar_t *fs_basepath;
-static cvar_t *fs_libpath;
static cvar_t *fs_basegame;
static cvar_t *fs_gamedirvar;
static searchpath_t *fs_searchpaths;
@@ -2762,8 +2761,6 @@ 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 );
fs_basegame = Cvar_Get ("fs_basegame", "", CVAR_INIT );
- fs_libpath = Cvar_Get ("fs_libpath", Sys_DefaultLibPath(), CVAR_INIT );
-
homePath = Sys_DefaultHomePath();
if (!homePath || !homePath[0]) {
homePath = fs_basepath->string;