mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-02 09:51:21 +00:00
* ...and actually r1626 this time
This commit is contained in:
parent
f89092fda6
commit
083bd1b005
3 changed files with 0 additions and 45 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue